Basically looking for a JQuery plugin with better Android browser support than JQTouch. Or even an alternative Javascript framework with better mobile support.

link|improve this question
Care to explain what you mean by "better"? If you can point out some issues with JQTouch, more people might be able to help :) – Legend May 31 '10 at 17:27
jQTouch is adding Android support FYI, since it now has a dedicated maintainer again – Michael Mullany Jul 10 '10 at 1:11
feedback

6 Answers

You could try Sencha Touch.

link|improve this answer
+1 Just tried this on an Android phone and all the demos I tried work. – Colonel Sponsz Jun 23 '10 at 10:17
feedback

jQuery Mobile

link|improve this answer
feedback

A list of 18 other mobile frameworks with varying levels of complexity and usefulness, you may be able to find one that fits your needs.

http://iphoneized.com/2009/11/18-mobile-frameworks-development-tools-creating-iphone-apps/

link|improve this answer
feedback

This is more a replacement for JQuery than a replacement for JQTouch, but have you looked at http://xuijs.com/? From the home page:

We hear your words. Why another JavaScript framework?! When development of PhoneGap was under way we noticed slow load times for modern JavaScript frameworks (such as Prototype, MooTools, YUI, Ext and (yes) even jQuery. A big reason why these libraries are so big is because is mostly they contain a great deal of cross browser compatibility code. The mobile space has less browser implementations (so far) and different needs. Thus XUI.

All this in 7.8kb. Not bad. If you have jQuery experience, you'll find xuiji familiar in some ways.

link|improve this answer
JQuery is not so slow on iPhone... – Samuel Jun 4 '10 at 13:56
feedback

JQuery Mobile, is the top for android/cross-platform mobile app development: http://jquerymobile.com/ I ended up going with JQTouch and doing work-arounds for Android because it's templates look slicker to me.

link|improve this answer
feedback

Like Barnabas said above, xui is a great alternative. Also, Uranium (which includes xui in its download) is a neat set of pre-made widgets that requires no javascript knowlegde - just some attributes in your HTML.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.