0

I'm trying to create a webapp using the tutorials out there using jqtouch. But the resulting webapps have animation on the iphone but no page transition animation on the android devices. Can anyone tell me if there is something special I need to do to make sure that page transition/effects are animated on the android as well.

http://jqtouch.com

They claim that it supports android. I've seen tutorials that claim that it works the same on both ios and android but I have not been able to reproduce that.

Saviz
  • 677
  • 6
  • 19
  • It's still in beta. Perhaps they haven't implemented animations for Android yet? – Matt Ball Aug 01 '11 at 03:32
  • Try getting jQTouch from GitHub instead of the download from their site. The download on their site is a bit behind. https://github.com/senchalabs/jQTouch – Devgeeks Nov 11 '11 at 00:22

1 Answers1

0

If you are developing a non-trivial webapp (say, > 5 "pages"), I think you should check out Sencha Touch or jQuery Mobile. Both of them have better support for Android and other platforms (iOS is sort of a gimme). There are several posts on SO re. this topic:

Community
  • 1
  • 1
William Niu
  • 15,798
  • 7
  • 53
  • 93