wix-incubator / react-native-zss-rich-text-editor

React Native rich text editor based on ZSSRichTextEditor
Other
841 stars 310 forks source link

Fix getCaretYPosition #132

Closed charpeni closed 6 years ago

charpeni commented 6 years ago

The actual implementation of getCaretYPosition freeze all the editor on Android. (#89)

If we removed the collapse effect (#115), we don't have any freeze on Android, but then some selection may be lost on iOS.

This PR should be the proper fix, tested on both platforms.