Reputation: 13269
I was recently hired to work on mobile Ajax applications. This is the first time I do this, as I always worked on usual Ajax sites on common web browsers. I'd need a framework and possibly a toolkit that works both on IPhone and Android... capable of abstracting the mobile browser the same way jQuery does with desktop browsers.
I've seen JQTOUCH, but it seems very much IPhone oriented. I'd like something more cross platform and lighter. Do you have any idea?
Upvotes: 1
Views: 254
Reputation: 7689
http://jquerymobile.com/ is also a good option that is cross platform (not necessarily lighter footprint than jqTouch though)
Upvotes: 0