I have an android app which is native, I’m displaying a web page using JQuery Mobile inside the native app, however it has a form and I want to read the fields from my native app and use them when the user clicks submit. How can I do this? Is there an interface to read form fields on a WebView?
Share
The following document should get you going.