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

Editor Snaps Up When Scrolling to the Bottom of the Screen (iOS only)

Open rahimrahman opened this issue 8 years ago • 4 comments

Platform: iOS Packages: "react": "15.4.2", "react-native": "0.42.0", "react-native-zss-rich-text-editor": "file:../", "react-native-keyboard-spacer": "^0.3.0"

I ran the example app and noticing this issue:

editor_snap_at_bottom_ios

Anybody else having the same problem and know how to fix it?

rahimrahman avatar Jun 08 '17 20:06 rahimrahman

I've fixed the issue:

fix-editor-snap-upward

rahimrahman avatar Jun 20 '17 02:06 rahimrahman

How did you add the toolbar at the bottom? For me it is located like 20 px above the keyboard, I would like to have it at the bottom.

udarts avatar May 02 '18 11:05 udarts

Oh and how did you fix the issue?

udarts avatar May 02 '18 11:05 udarts

@udarts i have a PR. You can see my solution: https://github.com/wix/react-native-zss-rich-text-editor/pull/33

rahimrahman avatar May 03 '18 20:05 rahimrahman