-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
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
Fix swipe gestures on android for book reader #5843
Fix swipe gestures on android for book reader #5843
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ESLint doesn't pass. Please fix all ESLint issues.
Quality Gate passedIssues Measures |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Still works on iOS in my testing
Fix swipe gestures on android for book reader Original-merge: 44afbc2 Merged-by: thornbill <[email protected]> Backported-by: thornbill <[email protected]>
Fixes swipe gestures not working on android.
Changes
Changes the swipe gestures to use the element loaded by epubjs which seems to fix this issue.
Issues
Fixes #5830