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

transit broken on iOS 8 safari? #213

Open
andrewsmallbone opened this issue Oct 17, 2014 · 3 comments
Open

transit broken on iOS 8 safari? #213

andrewsmallbone opened this issue Oct 17, 2014 · 3 comments

Comments

@andrewsmallbone
Copy link

Only just started using transit and haven't been able to test on a pre iOS 8.0 yet.
Following test page doesn't do anything. $.support.transition is undefined

<!DOCTYPE html>
<html>
<head>
    <meta charset="utf-8">
    <meta name="apple-mobile-web-app-capable" content="yes"/>
    <meta name="apple-mobile-web-app-status-bar-style" content="black">
    <meta name="viewport" content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width" />
</head>
<body>
<div id="pages" >
    <div id="stage" style="width:100px; height:100px;">hello</div>
</div>

<script src="js/jquery-1.9.1.min.js"></script>
<script src="js/jquery.transit.min.js"></script>

<script>
    $(document).ready( function() {
        $("#stage").transition({x:"100px;"});
    });
</script>
</body>
</html>
@DimitryDushkin
Copy link

Confirm. jQuery 2.0 + latest transit not working

@rstacruz
Copy link
Owner

can anyone help debug the issue?

@AshMartian
Copy link

I too am having issues with transit on iOS. Fortunately my plan B is to use CSS transitions, unfortunately however is how bad the performance is.

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

4 participants