请问这个问题解决了吗? 我这边也发现这个问题了 同一个链接地址,只有ios会返回.bin文件 安卓正常返回.pdf文件
使用wx.downloadFile无法正确下载pdf?const { preview } = e.currentTarget.dataset console.log('链接地址', preview) wx.downloadFile({ // 示例 url,并非真实存在 url: preview, success: function (res) { console.log('res', res) const filePath = res.tempFilePath wx.openDocument({ filePath: filePath, success: function (res) { console.log('打开文档成功') }, fail: function (err) { console.log(err) } }) } }) 其中preview是.pdf结尾的文件地址[图片] 但是下载之后之后变成了.bin文件,这是为什么呢[图片]
2023-12-26请问解决了吗? 如何解决的
input 组件 在ios 内容显示不下的时候为什么会显示省略号?在实际真机的渲染中,发现输入框在渲染不下的时候,失焦状态下iOS会显示省略号,然而android没有,这个是不是表现行为上要一致,随便一个基础库,随便一个ios 都会复现
2023-12-14我也增加了隐私协议 点击头像 的时候 报错 [Component] <button>: chooseAvatar:fail privacy permission is not authorized
基础库3.0.1调open-type="chooseAvatar"报错?2.27.3以上的基础库都报错,无法获取头像和昵称
2023-09-06当我增加隐私协议时 会有此报错[Component] <button>: chooseAvatar:fail privacy permission is not authorized
点击chooseAvatar按钮报错。https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/userProfile.html 点击上传头像按钮后 ,点击从相册选择,不选择图片,滑动返回 。 再次点击上传头像报错<button>: chooseAvatar:fail another chooseAvatar is in progress.
2023-09-06同问
wx.requirePrivacyAuthorize什么时候调用?wx.requirePrivacyAuthorize用户隐私协议,只需要首页调一次用户同意即可?还是说每个隐私接口都需要弹窗用户授权?
2023-08-16