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

Don't work on iphone4 safari and some Android browsers. #79

Open
ccsang opened this issue Mar 4, 2016 · 2 comments
Open

Don't work on iphone4 safari and some Android browsers. #79

ccsang opened this issue Mar 4, 2016 · 2 comments

Comments

@ccsang
Copy link

ccsang commented Mar 4, 2016

Use 0.5.4 instead fix it.

@jeanpaze
Copy link

jeanpaze commented Mar 4, 2016

Coincidentally, I went through this issue yesterday.

I solved in two steps using the latest version (0.6.4):

  • Commenting on line 379: // if (typeof window == undefined!) Return;
  • In line 382, I changed "webkitTransform" to "-webkit-transform";

For me, it works on iPhone 4 and Android (both on chrome and native browser).

Daniel, can you check it?

Thanks.

@korywka
Copy link

korywka commented Mar 14, 2016

++ old webkit browsers are broken in 0.6+ versions.

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

3 participants