华为手机CLT-AL00打开小程序pdf文件闪退
- 当前 Bug 的表现(可附上截图)
打开小程序中pdf文件,小程序直接闪退
- 预期表现
应该显示pdf文件
- 复现路径
文档路径:https://view.filepro.cn/view/url?token=filepro-tok…%E7%99%BD%E7%9A%AE%E4%B9%A6.pdf
- 提供一个最简复现 Demo
function previewFile(ownerId, nodeId, token) {
getPreviewFileUrl(token, ownerId, nodeId, function (data) {
wx.navigateTo({
url: ‘/disk/widget/preview?url=’ + encodeURIComponent(data.url),
})
});
}
<web-view src="{{previewUrl}}"></web-view>
5 回复
你好,请具体描述问题出现的流程,并提供能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。