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

Doesn't work on iOS #171

Open
singuyen opened this issue Oct 28, 2013 · 7 comments
Open

Doesn't work on iOS #171

singuyen opened this issue Oct 28, 2013 · 7 comments

Comments

@singuyen
Copy link

Just done my first test on iOS 6.1.3. Unfortunately, it doesn't work. Is there anyone has the same experience. Works fine on Android 4.2.

@cauli
Copy link

cauli commented Oct 28, 2013

I think it does work on iOS 6.1.3. I have been using it myself for a good time.
Aren't you having a javascript error that is blocking all javascript from functioning?

You can try this:
window.onerror = function(message, url, linenumber)
{
alert("JavaScript error: " + message + " on line " + linenumber + " for " + url);
}

Or look into Safari Developer console for any errors.

@rolbr
Copy link

rolbr commented Oct 31, 2013

iPad 3 with 6.1.3 here — and it does work quite fine. Singuyen, you might need to do further testing, but it seems this isn't a problem of jq.transit itself.

[EDIT]
In reply to singuyen's comment below I'd like to confirm that the demos indeed refuse to work on my iPad. The text "hover to see them work" is changed to "tap to see them work" but other than that, nothing happens when actually tapping them.

Tested on SGS2 too, where it still says "hover to see them work" but it actually does things when tapping the boxes.

Not sure whether this is really critical though, as transit works just fine in production.

@singuyen
Copy link
Author

I tried a bit on home page, doesn't seem to work for me: http://ricostacruz.com/jquery.transit/

The code working fine for me, but not this demo.

Cheers,
Su

@skymanrm
Copy link

skymanrm commented Nov 6, 2013

This page contains demos which interacts only with mouse.

@jaltek
Copy link

jaltek commented Dec 13, 2013

Indeed. The demo site seems not to work on iOS (7).

@skymanrm It depends on the browser you are using. By using a mobile browser you will get an mobile version of the demo.

@finnglish
Copy link

Nothing is working for me in IOS, neither my own experiments or http://ricostacruz.com/jquery.transit/. This is the case both in Safari and Chrome 7.1. Inspecting the page, there does not seem to be any javascript errors.

@inakideas
Copy link

Hi, I'm using transit and most of it's functionality is working in IOS but I get a weird behaviour when I try to callback some animations. I'm using complete to do the callback and the result is that the first function (the function which will be callbacked) is already done when the page is loaded.
So I can only see the transition of the callback functions. I've tested the resolution and it seems to not be the problem.

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

7 participants