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

iOS safari, desktop safari compat #12

Closed
tdurand opened this issue Sep 21, 2017 · 1 comment
Closed

iOS safari, desktop safari compat #12

tdurand opened this issue Sep 21, 2017 · 1 comment
Assignees

Comments

@tdurand
Copy link
Member

tdurand commented Sep 21, 2017

To keep track of it

@tdurand tdurand self-assigned this Sep 21, 2017
@tdurand
Copy link
Member Author

tdurand commented Sep 25, 2017

Ok, this went pretty well, FYI some delightful cross compat problems and solutions: @b-g @mmmmmmmmmmmmmmmm

  • need some trick for iOS safari to autoplay video: playsinline autoplay muted on the html5 video elems

  • clipPath (for car disappearing implem is marked as compatible on can i use), but it's actually not compatible at all, fortunately if we do everything inside SVG and not CSS, we can get it to work pretty well (didn't notice much performance downside)

No particular perf issues detected 👍

@tdurand tdurand closed this as completed Sep 25, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant