Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

jQuery Mobile for desktop and mobile

Tags:

What browsers on desktop jQuery Mobile supports?
Can I develop single interface on jQuery Mobile both desktop and mobile?
What do you think about web app with such interface for desktop users? I mean usability.

So supported PC browsers:

  • Chrome 10+
  • Firefox 3.6+
  • Opera 11
  • IE 7+
like image 833
Stan Avatar asked Mar 25 '11 22:03

Stan


People also ask

Is jQuery Mobile still used?

jQuery Mobile is no longer supported.

What is the difference between jQuery and jQuery Mobile?

jQuery is a DOM manipulating/traversing and AJAX JavaScript framework. It abstracts out a lot of the complexity between the different browsers automatically. There are countless jQuery plugins that simplify many task. jQuery Mobile is a UI framework geared to mobile applications that is built on jQuery.

Does jQuery Mobile work with jQuery 3?

The latest stable version was released October 2014. Alex and team made a big push to update jQuery Mobile again in 2017 with the release of an alpha version of 1.5; this version would see compatibility with jQuery 3.0 and npm support among other things.


2 Answers

In my testing it works on FireFox 3.6 and above and Chrome 10 and above. Not all effects like page transitions seem to work though.

It looks awful in IE8.

like image 83
DMurph11 Avatar answered Sep 28 '22 05:09

DMurph11


jQuery Mobile doesn't seem to actively ensure that it works on any particular desktop browsers like it ensures that it works on particular mobile browsers. Because of this, you will not have the security of knowing that the next jQuery Mobile release has been rigorously tested on desktop browsers. To ensure it works for the desktop browsers you want it to, you'll have to test it on your own.

That being said, from experience it tends to work well on any up to date desktop browser I've tried it on. This isn't much of a surprise since desktop browsers are so mature and have the added advantage of access to a fast processor and lots of memory. Because there are so few commonly used desktop browsers out there, it shouldn't be too hard to test out your app on all of them every now and then.

like image 28
Spike Avatar answered Sep 28 '22 06:09

Spike