Conversation
|
@alvaromb could you review this PR? |
| ) | ||
| }, keyboardOpeningTime) | ||
| if (this.mountedComponent) { | ||
| UIManager.measureLayout( |
There was a problem hiding this comment.
@taichi-jp hey, why do you use this approach? I have removed setTimeout only and this works fine.
Also, with your approach, auto-scroll doesn't work when I press on a first input in the scrollview 🤷♂️
There was a problem hiding this comment.
I still had issues after only removing the setTimeout. Scrolling works for me on first input as well (works on my machine... 😉).
There was a problem hiding this comment.
i see :) hm, will try to find a reason 🕵️♂️
There was a problem hiding this comment.
Implementing the given solution works fine for me. When should we able to merge or find a solution to this issue? Thx
There was a problem hiding this comment.
When solution will be merged? Thanks
There was a problem hiding this comment.
I hope it gets merged in 2024
| 0, | ||
| () => {}, | ||
| (x, y, width, height) => { | ||
| findNodeHandle(this._rnkasv_keyboardView), (x, y, width, height) => { |
copied fix from APSL#426
Fixes #418 (screen bouncing while focusing on of the input).