blasten / turn.js

The page flip effect for HTML5
www.turnjs.com
Other
7.22k stars 2.48k forks source link

No page turning effect after zooming #664

Open cchaoming opened 2 years ago

cchaoming commented 2 years ago

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

George-Seletski commented 1 year ago

Also faced with same problem

fangshengfy commented 1 year ago

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