You must have used webView.addJavaScriptInterface
for calling apps on the web, and
webView.loadUrl ("javascript:foo(' + someParams+"")
When you make a web call from an app, you can hand over data in the form of calling a specific JavaScript function.
(There may be other better ways, so please note that in mind~)
© 2024 OneMinuteCode. All rights reserved.