Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I want to build a relatively simple version of my site for mobile phones but i will definately need javascript and jquery for many functions.

Googling didn't help to find an answer. How is compatibility of jquery with popular browsers in mobile phones? I am talking for smartphones. For example the deafult browsers for these platforms

Windows mobile 6+ Android 1.5+ iphone 3g

and let's add opera mobile.

Has anyone tried it?

share|improve this question
1  
jqtouch.com might be interesting for you as well: "A jQuery plugin for mobile web development on the iPhone, iPod Touch, and other forward-thinking devices" – Joe Feb 10 '10 at 10:13
2  
it's out; official jQuery for mobile: jquerymobile.com – Filip Dupanović Nov 24 '10 at 12:44

7 Answers

up vote 11 down vote accepted

jQuery should work fine on at least the Android and iPhone web browsers (don't know about WinMo), as they fully support JavaScript and are for the most part standards compliant.

If you expand a little bit on which specific features of jQuery you're using, I or others can give a better answer here.

share|improve this answer
Thanks for the answer I will probably need dom manipulation and ajax with the jquery load function – fractalbit Feb 9 '10 at 23:44
Yep, should work fine. – Roman Nurik Feb 10 '10 at 0:39
1  
My Nexus One with Android 2.2 performs better on jquery.com/test than my desktop Chromium (5.0.375.99 (51029) Ubuntu 10.04). They fail on almost the same points thought... – Linus Unnebäck Aug 19 '10 at 14:45
try it on Pocket Internet Explorer, then say it's compatible. – capdragon Apr 21 '11 at 19:31
1  
Even on the same android phone, using different browser "skins" i get different results. my jquerymobile page works just fine on the default browser. now using the dolphin browser (i need my tabs) the list items aren't clickable. Code of the page is copy/paste from the docs. – gcb May 14 '11 at 6:35

The jQuery Mobile framework uses jQuery and has support for many mobile platforms. All browsers that jQuery Mobile works on should be passing the jQuery test suite.

share|improve this answer

Some info, iphone, android, and similar webkit browser should be compatible. I think you will have many problems with winmo.

share|improve this answer

According to the factsheet, there will be jQuery Mobile in October 2010. So we don't need to think about mobile compatibility ever again :))

share|improve this answer
1  
hell yeah! jquerymobile.com – Filip Dupanović Nov 24 '10 at 12:43

Both Android and iPhone are full featured WebKit browsers (bar plugins). I would be highly surprised if it doesn't work on those.

share|improve this answer
question is more about data than guessing – gcb May 14 '11 at 6:35

They now have a browser compatibility matrix like YUI: http://jquerymobile.com/gbs/

share|improve this answer

Should work just fine in current Opera Mobile - if you target older versions (<9.5 AFAIK) you'd need to watch out for this: http://my.opera.com/hallvors/blog/show.dml/1665828

share|improve this answer
Opera Mobile, for Android 1.5 (I got stuck with this on a Samscum Behold II) does not support javascript. – Pete Herbert Penito Oct 16 '10 at 15:54
You meant Opera Mini, right? Even Opera Mini supports some JavaScript but due to the client-proxy-server setup there are limitations to what you can expect. – hallvors Oct 20 '10 at 1:47

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

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