react-native-rich-editor
react-native-rich-editor copied to clipboard
Keyboard is appearing as soon as I click on action item from toolbar -ios
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
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.
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)