You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2019/03/31 02:27:19 UTC

[GitHub] [cordova-ios] karthibv opened a new issue #587: WKWebview requires NSURLProtocol Interceptor for https URL

karthibv opened a new issue #587: WKWebview requires NSURLProtocol Interceptor for https URL
URL: https://github.com/apache/cordova-ios/issues/587
 
 
   # Bug Report
   Need default schema (https) intercept support in WKWebview.
   
   ## Problem
   We are using UIWebview can intercept the request by registering NSURLProtocol, then we can load local files sources instead of download from remote, We would want to move WKWebview instead of UIWebview but which is not supporting NSURLProtocol.
   
   ### What is expected to happen?
   We would want default schema support in WKWebview which can intercept https schema requset and the load the resources from local.
   
   ### What does actually happen?
    iOS 11 onwards Apple supporting WKURLSchemeHandler, which is also supporting custom schemes, if we try with default scheme (https), then getting exceptions. 
   
   ### Environment, Platform, Device
   IOS 11 onwards
   
   ### Version information
   iOS 11
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org