openDocument 预览PDF,ios可以,安卓不行
发布于 4 年前 作者 guiyingsong 18524 次浏览 来自 问答

开发者工具调试可以,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 回复

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

回到顶部