Is it possible to block certain websites?

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!

Untick follow links in the designer

Thanks :slight_smile:
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:

1 Like

You could also use this procedure… (or something like it)
blocks (2)
…and this event handler…

blocks (1)

…to open external links in the browser. (Note: your ActivityStarter should have android.intent.action.VIEW in the Action field)