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
Post a Comment