Native WebView component keyboard covers form input fields

2
Hi all, We are creating the UI for our app as a web app and hosting it in the "theme" folder I would like to use the native version of the app to run this through the WebView component. I have tried the provided WebView as well as a custom widget version I built (also uses React Native WebView) This works fine except that form fields on the lower part of the page are hidden by the keyboard when it is active I created a simple standalone React Native app with a React-Native-WebView and it behaves as I would expect, the form is scrolled up when the keyboard is active so the field is in view for the user. any ideas? Is the webview in my mendix app wrapped in a ScrollView or something preventing this? Thanks, Gregor
asked
0 answers