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

Using SFSafariViewController on iOS #50

Closed
mikowm opened this issue Mar 23, 2018 · 6 comments
Closed

Using SFSafariViewController on iOS #50

mikowm opened this issue Mar 23, 2018 · 6 comments

Comments

@mikowm
Copy link

mikowm commented Mar 23, 2018

Are there any plans to use SFSafariViewController instead of UIWebView? I've read here SFSafariViewController is necessary in apps using OAuth 2 authorization. I think iOS apps not using SFSafariViewController 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!

@lejard-h
Copy link
Collaborator

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

@lejard-h
Copy link
Collaborator

from what I read, we should use this class https://developer.apple.com/documentation/webkit/wkwebview

@samastur
Copy link

As a current Cordova user I can confirm that WKWebView is currently preferred and definitely by Apple accepted version of iOS WebView.

@ciceroduarte
Copy link
Contributor

I sended a pr to use WKWebView instead of UIWebView 🙂 #54

@lejard-h
Copy link
Collaborator

lejard-h commented Apr 1, 2018

landed on 0.1.5

@lejard-h lejard-h closed this as completed Apr 1, 2018
@mikowm
Copy link
Author

mikowm commented Apr 2, 2018

Thank you! :)

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

No branches or pull requests

4 participants