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

Keyboard is appearing as soon as I click on action item from toolbar -ios

Open Priyanka-SP opened this issue 4 years ago • 2 comments

Keyboard is showing up as soon as I click on action item from toolbar which is nota a expected behaviour ..keyboard should appear only when text editor is focused manually. tested in ipad 7

Priyanka-SP avatar Feb 19 '21 13:02 Priyanka-SP

Also happening when one sets fontSize in own code. I am interested on making the fontSize resizable for accessibility, changing it between 13, 16 and 18 if the user has set a larger or smaller font scale, so I do this before the editor is mounted. However after it mounts, it focuses automatically + it also shows a weird animation, as if the text is being scrolled to the top for a moment.

Andrea-Arguello avatar Mar 24 '21 19:03 Andrea-Arguello

go to node_modules/react-native-pell-rich-editor/src/RichToolBar.js and comment out line 200 (this line has a function that makes the android keyboard open causing a bug)

laisnogueira avatar Mar 18 '22 16:03 laisnogueira