react-native-zss-rich-text-editor icon indicating copy to clipboard operation
react-native-zss-rich-text-editor copied to clipboard

Resolve performance/selection problems on Android + RN 0.57 fix

Open arneson opened this issue 7 years ago • 1 comments

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

arneson avatar Dec 10 '18 12:12 arneson

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

Anyone is still checking this? :/

dheysonalves avatar Oct 01 '20 14:10 dheysonalves