Android Webview set proxy programmatically Kitkat

后端 未结 6 1450
日久生厌
日久生厌 2020-12-05 03:25

How can we set proxy in Android webview programmatically on latest Kitkat release?

This SO link WebView android proxy talks about version upto SDK version 18. But th

6条回答
  •  独厮守ぢ
    2020-12-05 04:23

    Had some issues with the provided solution on some devices when loading page from onCreate right away after setting the proxy configuration. Opening the web page after some small delay solved the problem. Seems like the proxy config needs some time to get effective.

提交回复
热议问题