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

Samsung Native Browser toggling transitions #202

Open
ngomezc opened this issue Jun 15, 2014 · 1 comment
Open

Samsung Native Browser toggling transitions #202

ngomezc opened this issue Jun 15, 2014 · 1 comment

Comments

@ngomezc
Copy link

ngomezc commented Jun 15, 2014

On the native browser for samsung devices (at least the SIII - not sure if other non-nexus devices use this browser named 'internet') the transition effect is toggled.

Here's my code:
var contentBody = $("#contentBody);
contentBody.transition({ x: contentBody.width()*.6 }, 400, 'in-out' ); //content body is a wrapper div of all the content

For some reason, only in this browser (works perfectly on all Desktop browsers and chrome mobile) the transition is toggled. The content is moved the intended width, and then it slides back.

Any way of detecting for this browser so a jQuery animate fallback can be made (it returns true for support of the transition function)? The goal should still be to fix the bug though if possible.

@mateuszluczak
Copy link

Can confirm the same issue on Samsung GT-I9300 with Android 4.3 and stock browser.

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

2 participants