hello everyone !
Is there a way to intercept the pages that are requested before they are loaded on webviewgadget ?
I'm creating a webapp, and I want to prevent the user from accessing a website that shouldn't be in the webview. There is a way to intercept and prevent it from loading, or allow it to load.
Is there a way to intercept the pages that are requested before they are loaded on webviewgadget ?
- skinkairewalker
- Enthusiast

- Posts: 799
- Joined: Fri Dec 04, 2015 9:26 pm
Re: Is there a way to intercept the pages that are requested before they are loaded on webviewgadget ?
I can only say with WebView2 it is possible.
There is a 'navigation callback' and you can block loading the page depending on the return value.
See also the help for the WebGadget()
There is a 'navigation callback' and you can block loading the page depending on the return value.
See also the help for the WebGadget()
