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

Toolbar buttons not working on Android

Open udarts opened this issue 7 years ago • 5 comments

Somehow the toolbar buttons are not working on android, they are working on iOS. When I press for example, Bold, it is not selected, it does nothing. Have tested in on multiple devices of android with the result.

I use the default setup as the example and like I said, it works on iOS.

Anyone having the same issue?

udarts avatar Jul 30 '18 10:07 udarts

Yup totally the same, also the toolbar doesn't stay over the keyboard, so it's really a bad user experience

FRizzonelli avatar Sep 25 '18 16:09 FRizzonelli

@udarts @FRizzonelli I have the same issue. any solution for this?

sathishu37 avatar Apr 03 '19 06:04 sathishu37

@sathishu37 I gave up on using this lib, seems that wix is really commited to fix/mantain other libraries (like RNN) and I'd say I totally agree to prioritize on other stuffs :)

FRizzonelli avatar Apr 03 '19 07:04 FRizzonelli

@FRizzonelli Thanks, Man.

sathishu37 avatar Apr 06 '19 07:04 sathishu37

@sathishu37 Try this, it works for me. "react-native-zss-rich-text-editor": "github:charpeni/react-native-zss-rich-text-editor.git#fix-selection-focus",

haven2world avatar Aug 16 '19 08:08 haven2world