jqtouch doesn't do page animation on android
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 tran开发者_运维问答sition/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.
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:
- Sencha Touch or jQuery Mobile?
- What are some good Mobile Frameworks/SDKs that are web compliant?
- https://stackoverflow.com/questions/2086863/best-cross-mobile-javascript-framework-iphone-android
精彩评论