You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Great work on this project and I love using it however I have made my app all local with no external links , i.e all "local". But I have now added some external resource links (wikipedia etc) and wish to make the external links open in safari instead of the app. I have worked out how to do this in Java/Android by checking if the URL contains the added pram "external_link" but I don't know how to do this for iOS.
This is not much of an issue, more of a feature request.
Thanks
The text was updated successfully, but these errors were encountered:
Just add the below snippet in the ViewController file which is subscribing to WKNavigationDelegate, WKUIDelegate. Then it will open _blank URLs in safari and others inside the app.
Hi
Great work on this project and I love using it however I have made my app all local with no external links , i.e all "local". But I have now added some external resource links (wikipedia etc) and wish to make the external links open in safari instead of the app. I have worked out how to do this in Java/Android by checking if the URL contains the added pram "external_link" but I don't know how to do this for iOS.
This is not much of an issue, more of a feature request.
Thanks
The text was updated successfully, but these errors were encountered: