-
Notifications
You must be signed in to change notification settings - Fork 56
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
It doesn't work properly on chrome iphone. #86
Comments
I'm seeing it working in Chrome on my iPhone, at least on the main site. Do you have a URL or video you can show me of where it doesn't work? Also what version of iOS are you using? |
Sorry for delay.. I use a last iOS version, iPhone 13 pro. This example only add a xyz library and tailwind, in dev mode. working in chrome for iOS. IMG_1321.MOV |
And I also add a video from the official XYZ website that does exactly the same thing for the “fade-in” tags IMG_1322.MOV |
Strange, I just checked the site on Chrome in iOS (all iOS browsers including Chrome use the same webkit renderer behind the scenes due to Apple limitations) and it is working fine there. I see it fade in and out normally. Is this happening for ALL animations or just basic fades? Can you show an example of the code you are using for your sidebar? |
My code for show nav: I'm going to check other animations directly from the xyz website and comment. |
It seems that in all IN animations it makes the same error. |
Do you see the same issue in Safari for MacOS? |
No, in safari from macbook air the error does not happen and in safari for iphone it does not happen either. It is only in chrome ios. |
That's very strange since Chrome for iOS is just Safari wrapped in a different UI, should behave identically. Any chance you can make a code sandbox for your menu example? Maybe we can fix that, but hard to fix the issue you are seeing in our docs without being able to recreate it on my side. |
Framework, vue 3.
version XYZ: v0.6.5
I have checked it with different devices:
Android chrome: works
Iphone safari: it works
Iphone chrome: not working.
Mainly in the errors they are for the states "in-". the out if they work.
The text was updated successfully, but these errors were encountered: