0

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?

toom
  • 12,864
  • 27
  • 89
  • 128

1 Answers1

1

I guess this is very close to your needs:

So it is possible using loadUrl("javascript:[some javascript here]") after onPageFinished().

Community
  • 1
  • 1
Langusten Gustel
  • 10,917
  • 9
  • 46
  • 59