How can I make sure that all links in the webview component in an app-inventor program always opens as a new window? ie, using “full browser”.
I checked the FollowLinks option but that just opens the links within the webview only.
Unchecking that option disables all links inside webview.
Also, the hyperlink displayed inside the webview has the target="_blank" attribute set.
unfortunately this is not possible with the webview in App Inventor, however you could use the activity starter to start a browser instead
Taifun