Within my Nativescript Angular 2 Typescript app, I want have a Nativescript WebView
load any (not controlled by me) remote website that contains html text input fields.
Then I want to fill those input fields in with values that my NativeScript app has.
I've done this in android studio using java before, where you can run some JS and modify the dom of the webview. But is this possible with Nativescript without running android specific native code?
Edit: I want to do something like this Fill fields in webview automatically