Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NativePageTransitions still using UIWebView instead of WKWebView #187

Open
afiq92 opened this issue May 13, 2020 · 4 comments
Open

NativePageTransitions still using UIWebView instead of WKWebView #187

afiq92 opened this issue May 13, 2020 · 4 comments

Comments

@afiq92
Copy link

afiq92 commented May 13, 2020

i need to use this plugin but always rejected by IOS build because of UIWebView.. can u kindly look into this..thanks

@EddyVerbruggen
Copy link
Contributor

EddyVerbruggen commented Jun 17, 2020

This plugin was created at the time when (at least) some mobile frameworks had sluggish page transitions so I created a plugin that tapped into native code to perform them.

Devices and frameworks have become much better at it since so I'm not sure this plugin should be needed anymore.

@BRadHoc
Copy link

BRadHoc commented Jun 17, 2020

They still do on Cordova, this is the best plugin to make page transitions actually feel "native". I'm in the process at the minute of going through my app to see what is actually making it fail the upload. I've had a look in the nativepagetransition and see that it does actually use WKWebView by default and fallsback to UIWebView? It definitely is still needed though.

@BRadHoc
Copy link

BRadHoc commented Jun 17, 2020

Can confirm, i've removed all plugins and added this by itself and it's what is causing the build to fail verification.

@BRadHoc
Copy link

BRadHoc commented Jun 17, 2020

Also looks like #186 fixes this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants