3

我想知道是否可以从 webview 获取数据。我的意思是我在 webview 中有表单。我想在此 web 视图中单击表单中的提交,并且我想从每个字段中获取数据并将该数据保存在数据库中。这个有可能?

4

1 回答 1

3

Yes it is possible, use addJavascriptInterface in your webview, get click event using JS then call a android function using javascript interface.

See Binding JavaScript code to Android code

于 2013-06-06T06:58:16.740 回答