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 的 webapp,其中的 javascript 与 Gingerbread 附带的 webkit 不兼容。有没有办法在不更改站点本身的情况下注入/覆盖代码?
您可以使用
wv.loadUrl("javascript:...");
...在 a 的当前页面WebView(此处称为)的上下文中执行任意 JavaScript(此处显示为wv)。你是否可以用它来修补你的问题,我不能说。
...
WebView
wv