Android Question UltimateWebView: filter requests

peacemaker

Expert
Licensed User
Longtime User
Hi, All

If a webview opens an URL - the _Pagefinished event fired if the page is loaded, but ... other async background requests from the loaded page are being requested.
And as i can understand these requests do not allow to print the page - Android Print Manager is crashed while not all are finished.

So, question is to prevent background requests from a page.
How can we filter requests (that to other hosts <> MainHost) inside WebView and avoid them ?
 
Top