gotch4
gotch4

Reputation: 13269

Good javascript frameworks toolkits compatible with mobile OSes?

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

Answers (2)

Nick B
Nick B

Reputation: 7689

http://jquerymobile.com/ is also a good option that is cross platform (not necessarily lighter footprint than jqTouch though)

Upvotes: 0

Robby Pond
Robby Pond

Reputation: 73484

Check out Sencha Touch (new) and PhoneGap.

Upvotes: 3

Related Questions