Re: Status of WebviewEngine Bridge Plugin

2019-01-11 Thread Niklas Merz
Thanks for the info. The discussion there is about a bridge that sits between the app and webview. The webviews I tested (Cordova CDVUIWebview and WKWebview and Ionics WKWebview which has the same class name) implement the interface CDVWebViewEngineProtocol. I can“t get a feeling what needs to be

Re: Status of WebviewEngine Bridge Plugin

2019-01-11 Thread Jesse
Previous discussion leading up to that blog post is here: https://markmail.org/message/fxe6q6nnernvr6h6 @purplecabbage risingj.com On Fri, Jan 11, 2019 at 6:05 AM Niklas Merz wrote: > I have looked around in cordova-ios and found a way to switch the webview > at runtime. As far as I understo

Re: Status of WebviewEngine Bridge Plugin

2019-01-11 Thread Niklas Merz
I have looked around in cordova-ios and found a way to switch the webview at runtime. As far as I understood how cordova-ios works it, is enough to set the name of the new webview and call the right method to reload the webview. We have built a plugin which does that for our use case: https://g

Re: Status of WebviewEngine Bridge Plugin

2019-01-08 Thread julio cesar sanchez
As far as I know, WKWebView was going to be integrated into cordova-ios, and as I understand it, it's not going to be a real plugin, but a method in cordova-ios to switch the webview at runtime. Looking at cordova-ios repo I couldn't find anything about the WKWebView integration, so looks like nob

Status of WebviewEngine Bridge Plugin

2019-01-08 Thread Niklas Merz
Hi everyone, I am working on implementing WKWebView into our app right now. This blog post announced changes to cordova-ios and a "bridge" plugin: https://cordova.apache.org/news/2018/08/01/future-cordova-ios-webview.html Is this plugin already in development? Can I test it or contribute to devel