-
Notifications
You must be signed in to change notification settings - Fork 137
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
Not working with WKWebView #22
Comments
@askona are you running on |
No, im not using livereload. Also, even with check above omitted, i have error This issue was partially resolved , but some changes are required |
What version of |
I'm using 1.6.0 |
@askona by The WKWebView support that we currently have is for regular WKWebView, not the one modified by Ionic with the fix you linked to earlier. I will review the PR you submitted and make sure it works for all cases, and then I'll merge. |
Merged the PR and now is available in version |
HI! Plugin works incorrect when running on WKWebView, because of this condition
if (window.location.protocol === 'http:' || window.location.protocol === 'https:')
it detects app as running in browser. It would be great to make this condition more correct
The text was updated successfully, but these errors were encountered: