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.
私は、javascript が Gingerbread に同梱されている webkit と互換性がない webview を持つ webapp を持っています。サイト自体を変更せずにコードを挿入/オーバーライドする方法はありますか?
使用できます
wv.loadUrl("javascript:...");
...(ここでは として参照) の現在のページのコンテキストで任意の JavaScript (ここでは として表示) を実行しWebViewますwv。それを使って問題を解決できるかどうかはわかりません。
...
WebView
wv