I have a link in my app that points to an external webpage. This webpage is loaded in a webview. So far so good. But the problem with the destination webpage is, that after the page is loaded a div is overlayed over the webpage that the user first has to dismiss.
Is there some possibility to manipulate the DOM after the page was loaded such that I can automatically disable the overlayed dialog?