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

Mobile safari support #2

Closed
itsravenous opened this issue Oct 22, 2012 · 4 comments
Closed

Mobile safari support #2

itsravenous opened this issue Oct 22, 2012 · 4 comments

Comments

@itsravenous
Copy link

Demo doesn't seem to run on mobile Safari (5.1), but can't see a reason why not as CSS transforms etc all supported in the browser. Not had time to test on other versions. Looks lovely in Chrome tho ;)

@soulwire
Copy link
Owner

Looks like a problem with the detection script, I'll look into it!

@omegajunior
Copy link

Confirming detection failure on iOS 5.1 with mobile Safari. The browser definitely does support CSS3D transformations, as I have used it primarily to build my 3d maze game.

@cassininazir
Copy link

Had similar issues on my iPad 3.

@braaam
Copy link

braaam commented Feb 6, 2013

You can use modernizr feature detection to fix it quickly (make sure you tick the 'prefixed' option in modernizr build tool):

var canRun = Modernizr.prefixed('Perspective') in el.style;
var prefix = '-' + Modernizr.prefixed('Perspective').split('Perspective')[0].toLowerCase() + '-';

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

5 participants