How to intercept POST data in an android webview

后端 未结 6 1112
故里飘歌
故里飘歌 2020-12-08 14:34

I have an android app that consists of a webview. It needs to allow users to fill in a form on a webpage and then change the data of the form after the user has clicked

6条回答
  •  暗喜
    暗喜 (楼主)
    2020-12-08 14:51

    If you are familiar with JavaScript, I would suggest you use JavaScript. I think it's more convenient and easy. This tour tells you how to use JavaScript in a WebView.

提交回复
热议问题