What is the difference between jQTouch & jQuery Mobile Framework ?
Are they related (other than being both based on jQuery) ?
Do they have the same goal ?
Edit: jQTouch is now jQT
What is the difference between jQTouch & jQuery Mobile Framework ?
Are they related (other than being both based on jQuery) ?
Do they have the same goal ?
Edit: jQTouch is now jQT
jQtouch is optimized for WebKit, jQuery Mobile is looking to support all mobile devices; that is my understanding
some good info here
http://jquerymobile.com/strategy/
and here
Additionally to Aaron s answer this is what I ve come up with so far:
Apps developed with jQTouch will certainly run fine on iPads and other tablet devices, but we aren’t going to automagically convert to a more tablet-friendly UI that takes advantage of the additional real estate. If you are in need of a JavaScript library that magically updates your UI for everything from small screens, to tablets, to desktops, check out Sencha Touch.
For detailed understanding and to know the differences between mobile frameworks,
you can consider the following link.
http://web.bogdanteodoru.com/resources/mobile-framework-comparasion/
As I discuss on my blog post:
http://zsprawl.com/iOS/2012/04/comparing-jquery-mobile-vs-jqtouch/
I find jQuery Mobile a lot more feature rich and with a lot better cross platform support. JQTouch is very lightweight and great for "form-based" apps that just need navigation. It is missing a lot of the features that users have asked for, and have been turned down, like fixed footers and tabbars.
We have a website coded with jsp-Java. Now, we want to show our website more user friendly on blackberry etc. Is there any tool or method to do this issue more easier? thanks for your answers.
My issue is trying to upload photos while using mobile broadband. (PHP) The situation is - 1) I m using a laptop that is connected to the internet using mobile broadband (t-mobile) 2) I know that ...
I have an application that targets desktop OSes (XP, Vista, Win7) as well as mobile devices running Windows XP Embedded. All platforms are running the full .Net Framework, not the Compact Framework. ...
We have a Java application running on the JBed JVM on Windows mobile 6.1. When it loses connectivity the application is taking a long time (8 - 10 minutes) to re-establish VPN network connectivity, ...
I m building a mobile phone application and have created many mockups in Photoshop CS4. When I convert said mockups into templates on my phone, the colors are lighter then shown in Photoshop and I ...
Different browsers on different phones have different screen resolution. Is there a best practice in the community to set the width to a standard size, so that it works on most moderns phones and ...
I am going to be making a small application very soon. I am wondering would it be better to go and make it for 6.0 or should I make it for 5.0? I don t know much about both versions but I guessing ...
I d like to build a common typography stylesheet with a very small number of selectors. As such, I d far prefer to use @media sections for the various versions rather than create different files, each ...