android - WebControl request through custom Socket implementation -


this question broad , cover 3 major mobile operating system (android,ios, windows mobile).

so webview (android), uiwebview (ios), webbrowser ? (windows mobile) controls, want intercept web request , send through own custom socket implementation.

i want check if these os provide functionality before making decisions on how application should work.

the application intended hybrid app shows mobile specific controls navigation , web page actual contents needed displayed.

but want tunnel these requests through socket implementation rather sending through default address/port.

if custom socket factory not possibility here, other options have here. have looked around on internet little , closest got adding headers in request.

thanks

in android world, may provide own webviewclient object webview , shouldoverrideurlloading() returns true host application handle url.


Comments

Popular posts from this blog

javascript - Jquery show_hide, what to add in order to make the page scroll to the bottom of the hidden field once button is clicked -

javascript - Highcharts multi-color line -

javascript - Enter key does not work in search box -