Android Webview POST

前端 未结 4 1538
悲哀的现实
悲哀的现实 2020-11-28 05:22

I am trying to accomplish something quite simple, yet I have found no good documentation on this. I have a webView, and I need to load a page in it that requires POST data.

4条回答
  •  鱼传尺愫
    2020-11-28 06:09

    If you use a WebView from the start could it work?

    A Webview with a html/js that does the POST, and naturally displays the result.

提交回复
热议问题