I want to use PushModalAsync() to a webview on my app, and there are 3 fields I want to populate. Similar to this I've made on Applescript:
do JavaScript " document.getElementById('" & theId & "').value ='" & theValue & "';" in document 1
How would I do this in Xamarin Forms C#?