-
Notifications
You must be signed in to change notification settings - Fork 82
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
EPUB text selection sometime breaks in paginated mode #325
Labels
Comments
Android bug report opened: https://issuetracker.google.com/issues/265334518 |
It happens on Google Chrome as well. Can be tested with this URL: chrome.mov |
The Android issue was transferred to the Chromium bug tracker: https://bugs.chromium.org/p/chromium/issues/detail?id=1410341 |
A potential workaround here: futurepress/epub.js#1366 (comment) |
It was a dead-end, but it inspired me a different solution: #502 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Bug Report
What happened?
On recent Android versions, the viewport sometime shifts when attempting to move the text selection handle.
selection1.mov
How to reproduce?
This is not very reliable and can be hard to reproduce.
Environment
Testing device
Additional context
I believe it's a bug related to the CSS columns in the Chrome Web View. I reproduced the bug in a sample project with a chapter modified to use CSS columns:
Result is the same:
selection2.mov
Here's the test project: TestWebView.zip
The text was updated successfully, but these errors were encountered: