When editing text fields the native keyboard pops the webview up and leaves it up. just like when you leave the toilet seat up.
How do i revert to the original scroll position after the native keyboard have retracted?
I there an event that can be caught. I’m thinking of an ugly hack, reloading the entire webview after each edit. It seems like the only way to go.
When editing text fields the native keyboard pops the webview up and leaves it
Share
Assuming existence of some library that supports CSS selectors:
On focus of any input field then record the y position of the page. On blur of any input field then scroll the page back to the last known y position