-
Notifications
You must be signed in to change notification settings - Fork 13
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
Don't change URL for unsupported iOS versions #21
Comments
Do you know how to detect that iOS version is less than 13? |
If you have a look the WebktiProxy.js file of this plugin you can see that I implemented a check for the variable Possibly there are some JS variables that only exists on new versions. Otherwise you could check WebKit versions or features. Not entirely sure. I might look for other options. |
Ok, if we don't change URL on unsupported iOS versions, we have again problems with cookie... |
Yes I don't think it is possible to use this plugin on iOS 11 and 12. For these iOS versions you most likely need to find other workarounds for cookie issues. |
Can you explain the problem why it is not possible to support iOS 11 and 12? Can I perhaps help? |
First problem is, that body (on line 28) always "nil" is. Can you help? |
If this plugin just don't change the URL in the method
window.WebviewProxy.convertProxyUrl
on iOS 12, 11..., it will work.Originally posted by @JuHaYK in #20 (comment)
The text was updated successfully, but these errors were encountered: