simonwatt
simonwatt
> Is this still the case when upgrading from 1.x to 3.x? I just did a test after upgrading from 2.x to 3.1.1 and all my localStorage and IndexedDB data...
> 👍it might very well be possible to do a migration here. This is a tool we used for going from UIWebView to WKWebView: https://github.com/ionic-team/cordova-plugin-migrate-localstorage/ > > Unsure about indexeddb....
@krishnagopinath Does your plugin handle migration to ionic:// scheme (as used by 3.x of cordova-plugin-ionic-webview)? Looking at the source code and documentation it appears not, but just wanted to double...
I ended up figuring out my App had a pretty bad memory leak, which was only occurring in Safari/iOS and not Chrome/Android. So in my case I think it's likely...
> side note @simonwatt do you have any info on your memoryleak? as that would be nice to rule out. @sithwarrior The Web View reloading seems to be resolved since...
@MikeHarrison Hi Mike, did you ever find out what the cause was? I'm having the same issue, like you it's only happening on older versions of Android (it's running inside...
I could only reproduce this on Android 4.1 and earlier using the default browser, Chrome and Firefox on the same device are fine. This was leading to problems on PhoneGap...
@EddyVerbruggen Now that iOS 11 is out of beta is it likely that dismissButtonStyle will be added as a configurable option to the plugin?
@jvjvjv Did you ever end up having any success with getting this to work?