Hi there!
I was making an app that shows a website, but wanted to block any outgoing links.
Is this possible? Maybe make an instant redirect when someone tries to go to a specific website it redirects back to mine?
Thanks in advance for your answers!
TIMAI2
April 8, 2020, 5:38pm
2
Untick follow links in the designer
Thanks
Already thought that’d work, but I was just checking. Thank you for your fast reply!
You may also want to check out this post by @nitinseshadri using the newer WebViewer features:
@ewpatton Here is a test AIA to demonstrate some of the new WebView changes. It is a web browser that uses the new BeforePageLoad event and Stop method to block URLs that match a list of websites.
WebViewTest.aia (4.1 KB)
1 Like
You could also use this procedure… (or something like it)
…and this event handler…
…to open external links in the browser. (Note: your ActivityStarter should have android.intent.action.VIEW in the Action field)