blasten/turn.js

No page turning effect after zooming

Opened this issue · 2 comments

In use After turn ('zoom ', 1.5) then
Turn ('next ') has no page turning effect
How to solve?

Also faced with same problem

在zoom.js 找到
_eStart: function (event, pageObj) { if (this.zoom('value') != 1) { event.preventDefault() } },
注释掉 event.preventDefault()