Set Proxy to WebView Android
-
wrote on 11 Jan 2016, 09:40 last edited by
Hi,
How can i setup a proxy to a WebView qml in Android ?
Thanks,
-
Hi,
How can i setup a proxy to a WebView qml in Android ?
Thanks,
wrote on 11 Jan 2016, 10:11 last edited by@Malek_Khlif since it uses Android's WebView and doesnt uses Qt's network code the answer is: same as for rest Android WebView's apps
-
@Malek_Khlif since it uses Android's WebView and doesnt uses Qt's network code the answer is: same as for rest Android WebView's apps
wrote on 11 Jan 2016, 13:23 last edited by@vladstelmahovsky Thank you for your response. Can you give me please an example.
-
@vladstelmahovsky Thank you for your response. Can you give me please an example.
wrote on 11 Jan 2016, 14:51 last edited by@Malek_Khlif unfortunately, I cat help much with proxy on android's WebView. I have no experience with it, I just have experience with QtWebView with is just UI wrapper to Android's WebView, which means, it have no any clue about proxy
The only option I see if the Android's WebView have a proxy settings, you can get QtWebView code and modify it to bring up the proxy settings to QML level -
@Malek_Khlif unfortunately, I cat help much with proxy on android's WebView. I have no experience with it, I just have experience with QtWebView with is just UI wrapper to Android's WebView, which means, it have no any clue about proxy
The only option I see if the Android's WebView have a proxy settings, you can get QtWebView code and modify it to bring up the proxy settings to QML levelwrote on 12 Jan 2016, 12:29 last edited by@vladstelmahovsky Thank you very much. I add the proxy to WebView via java :)
-
@vladstelmahovsky Thank you very much. I add the proxy to WebView via java :)
wrote on 12 Jan 2016, 15:21 last edited by@Malek_Khlif u r welcome :)
1/6