touchstart无法触发

来源:4-3 阅读器翻页功能实现

weixin_慕后端5451418

2021-06-17

initEpub () {
  const url = this.baseUrl + this.fileName + '.epub'
  console.log(url)
  this.book = new Epub(url)
  this.rendtion = this.book.renderTo('read', {
    width: innerWidth,
    height: innerHeight,
    method: 'default' // 保证其在微信中正常打开
  })
  console.log(this.book)
  this.rendtion.display()
  this.rendtion.on('touchstart', event => {
    console.log(event)
  }) // 绑定iframe触摸开事件
  this.rendtion.on('touchend', event => {
    console.log(event)
  }) // 绑定iframe触摸结束事件
},
写回答

1回答

扬_灵

2021-06-17

同学你好,你上面提供的地址中无法打开,检查一下项目仓库的地址是否正确//img.mukewang.com/szimg/60cadb8c0983dcdf28621378.jpg

0
3
weixin_慕后端5451418
回复
扬_灵
问题解决了 感谢老师
2021-06-17
共3条回复

Vue 实战商业级读书Web APP完整项目

Vue全家桶+最新前端技术+前后端分离架构,完整项目流程

1610 学习 · 1951 问题

查看课程