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を使用して、Java クラスで使用する変数の値を html ページに取得することは可能ですか? たとえば、合計金額を取得し、オンライン決済に転送します。
これを機能させる方法を知っている人はいますか?
これを行うには、WebView の addJavascriptInterface メソッドを使用できます。