Hello!
I'm working on an app that pops a Modal that is a ContentPage with a WebView. (i hope i explained it well enough)
In this loaded https page, i have various controls.
I basically load a page of mine that has a couple html input fields and a button that does some magic when i press it.
Can i get the value of a specific input field when that button is pressed? If yes, how?