openDocument 预览PDF,ios可以,安卓不行

发布于 6 年前作者 guiyingsong18708 次浏览最后编辑 6 年前来自 ask

开发者工具调试可以,ios也可以正常打开,只有安卓不行!!小米5x  ,安卓7.1.2,系统 MIUI 8.5.5.0

showpdf: function (event) {

    wx.downloadFile({

      url: event.currentTarget.dataset.url,

      success: function (res) {

        wx.openDocument({

          filePath: res.tempFilePath,

          success: function (res) {

            console.log(‘打开文档成功’)

          }

        })

      }

    })

  }

1 回复
mingfan
mingfan1 楼4 年前

官方大神给个解决方案啊,人呢?