-
Notifications
You must be signed in to change notification settings - Fork 68
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
iOS Safari v12 compatibility #48
Comments
Hi @ArtisArtStudio, I'm not able to reproduce. Can you share some code (codepen)? Does it happen with one of the examples? Notes:
|
below line with "resolution:" was causing the problem:
So I put a version control and run this line only if iOS is >=13 then it worked for me. resolution is not (fully?) supported by iOS. (however it seemed to work for iOS>13 that is why I put the version control) |
@ArtisArtStudio good find! Do you know if You could also try calling I see that the Also |
Hi Tim, It wasnt throwing error. I connected iphone 6 for dev tools called Inspect and it was just stopping at that line when I debug so that is how I realized. So probably I should check for iOS>14. |
Another point: on the same iOS, 12.5.6, with Safari, the touch (interactive) feature doesnt work. It works on Chrome on the same iOS/machine. I didnt dig down why as it doesnt matter for my case. So I write here just for information. |
@ArtisArtStudio thats interesting, it will probably be difficult for me to reproduce that without a device on hand. I might ask around see if anyone has an old iPhone they aren't using :). Open to suggestions if anyone knows! |
The wheel just doesnt draw at all on iOS (12.5.6). Both Safari and Chrome for iOS not showing wheel at all. Anybody had this as well?
The text was updated successfully, but these errors were encountered: