You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by GitBox <gi...@apache.org> on 2021/10/19 21:52:23 UTC

[GitHub] [cordova-ios] alekop commented on issue #1163: Cannot use custom scheme in embedded web view

alekop commented on issue #1163:
URL: https://github.com/apache/cordova-ios/issues/1163#issuecomment-947133775


   I noticed that the web view is recreated:
   
       // re-create WKWebView, since we need to update configuration
       WKWebView* wkWebView = [[WKWebView alloc] initWithFrame:self.engineWebView.frame configuration:configuration];
   
   Maybe SwiftUI is using the previous version.


-- 
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.

To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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