-
Notifications
You must be signed in to change notification settings - Fork 936
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
Using SFSafariViewController on iOS #50
Comments
if it is mandatory we should do it yes. But I am not an iOS developer and I don't have much time right now. I accept PR if someone want to contribute, I can review the dart part |
from what I read, we should use this class https://developer.apple.com/documentation/webkit/wkwebview |
As a current Cordova user I can confirm that WKWebView is currently preferred and definitely by Apple accepted version of iOS WebView. |
I sended a pr to use WKWebView instead of UIWebView 🙂 #54 |
landed on |
Thank you! :) |
Are there any plans to use
SFSafariViewController
instead ofUIWebView
? I've read hereSFSafariViewController
is necessary in apps using OAuth 2 authorization. I think iOS apps not usingSFSafariViewController
will be rejected in App Store.I don't if there's something similar (a native web view showing the current url) in Android. I know I could show the url in the AppBar when using a
WebviewScaffold
, but it's not the same.Thank you in advance for your response!
The text was updated successfully, but these errors were encountered: