In Xamarin Forms I have a webview (set in EditMode) which I'm using as an editor for HTML documents. Buttons will bold, and underline and such, using Javascript. I have an iframe inside the webview where the editing/typing is done.
I guess, what I need is to notify the webview when typing starts so that the keyboard will squeeze out of the way.
All suggestions are appreciated.
↧
WebView in edit mode, with Javascript. How to shove the keyboard out of the way.
↧