华为手机CLT-AL00打开小程序pdf文件闪退
- 当前 Bug 的表现(可附上截图)
打开小程序中pdf文件,小程序直接闪退
- 预期表现
应该显示pdf文件
- 复现路径
文档路径:https://view.filepro.cn/view/url?token=filepro-tok…%25E7%2599%25BD%25E7%259A%25AE%25E4%25B9%25A6.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>
