Skip to content
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

Resolve performance/selection problems on Android + RN 0.57 fix #155

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

arneson
Copy link

@arneson arneson commented Dec 10, 2018

Resolves #154 #39 #97 #144

Performance/selection problems on Android
Fixing an infinite loop which originated in an update of Chrome on Android SDK > 27.
The way the caret position was calculated triggered a selectionchange event which checked the caret position once again creating an infinite loop.

RN 0.57 fix: (same as #146 )
Update to use live fork (original) of webview bridge which supports RN 0.57
Fixes build error when trying to build for RN 0.57

quan-vo-sts added a commit to saigontechnology/react-native-zss-rich-text-editor that referenced this pull request Mar 12, 2019
@dheysonalves
Copy link

Hey there!
It's been a while that this PR is open?

Anyone is still checking this? :/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Running slowly on Android
3 participants