Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的应用中有一个指向外部网页的链接。此网页在 webview 中加载。到目前为止,一切都很好。但是目标网页的问题是,在页面加载后,一个 div 会覆盖在用户首先必须关闭的网页上。
页面加载后是否有可能操作 DOM,以便我可以自动禁用覆盖的对话框?
我想这非常接近您的需求:
所以可以使用 loadUrl("javascript:[some javascript here]") after onPageFinished()。
onPageFinished()