We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In use After turn ('zoom ', 1.5) then Turn ('next ') has no page turning effect How to solve?
The text was updated successfully, but these errors were encountered:
Also faced with same problem
Sorry, something went wrong.
在zoom.js 找到 _eStart: function (event, pageObj) { if (this.zoom('value') != 1) { event.preventDefault() } }, 注释掉 event.preventDefault()
_eStart: function (event, pageObj) { if (this.zoom('value') != 1) { event.preventDefault() } },
No branches or pull requests
In use After turn ('zoom ', 1.5) then
Turn ('next ') has no page turning effect
How to solve?
The text was updated successfully, but these errors were encountered: