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 获取数据。我的意思是我在 webview 中有表单。我想在此 web 视图中单击表单中的提交,并且我想从每个字段中获取数据并将该数据保存在数据库中。这个有可能?
Yes it is possible, use addJavascriptInterface in your webview, get click event using JS then call a android function using javascript interface.
addJavascriptInterface
See Binding JavaScript code to Android code