I am currently researching libraries and frameworks for developing and deploying a cross-platform mobile web experience.
These are the things that I'm looking for in a mobile web framework:
- Lightweight framework (fast download on mobile connection)
- Feels at home on the device (not making it look like an iPhone app on an Android device)
- Feels like a mobile website, not a sub-par version of a native app.
- Supports as many devices as possible (graceful degradation)
It seems like jQuery Mobile and Sencha Touch are the most popular right now, but there may be another that I am not aware of. I'm not sold on either one of them since they both meet (and fall short) of the items I outlined.
There are a number of really good web apps out there that pass the list but many of them have rolled their own library or framework in order to accomplish it. One of the questions that I still have is if (and how) they are detecting platforms/resolutions and displaying the UI accordingly by doing this manually or by using some sort of library (outside of jQuery/Sencha), or if jQuery/Sencha will do this on their own.
I have a feeling that there are other lighter-weight, CSS only (minimal JS) frameworks that people are using and making their UIs look similar on all devices regardless of platform (kind of like jQuery Mobile).
My head is spinning with all this mobile stuff, so any advice or help you can provide would be very much appreciated. If you have worked on a mobile web project and can share your experience, that would be great.