nativescript-community / ui-collectionview

Allows you to easily add a collection view (grid list view) to your projects. Supports vertical and horizontal modes, templating, and more.
Apache License 2.0
59 stars 18 forks source link

Prevent hyperlinks opening the installed App, open webpage in WebView #67

Closed liamcharmer closed 1 year ago

liamcharmer commented 1 year ago

Hi,

how do we prevent webviews from opening the app version of the website.

for Example if you have Amazon installed, and your webview opens a hyperlink of amazon, it will open the amazon app.

I've looked into the shouldOverrideUrlLoading handler but have had no luck...

Something like this? https://stackoverflow.com/questions/76054329/stop-wkwebview-from-opening-link-in-external-app