up vote 7 down vote favorite
3
share [g+] share [fb]

Does javascript work on mobile phones?

link|improve this question

0% accept rate
You may want to add to the question, as this is too general to really be answered. – James Black Oct 8 '09 at 14:05
In gerneal terms yes. For more specific answer go to superuser.com – OscarRyz Oct 8 '09 at 14:09
@James, you are right that this is too general to be answered with any really useful information. However, there is a correct answer to this question: "Yes" – A. Levy Oct 8 '09 at 14:09
This is not a superuser question. This is useful to any web developer concerned about mobile phone support. – Jon B Oct 8 '09 at 14:10
@A. Levy: I think the actual correct answer is "maybe". – MusiGenesis Oct 8 '09 at 14:14
show 2 more comments
feedback

8 Answers

Which mobile phones?

There's some pretty good information on this site:

http://www.quirksmode.org/m/table.html

link|improve this answer
+110% That one went straight to Favorites, thanks. – MusiGenesis Oct 8 '09 at 14:07
feedback

depends on the browser

link|improve this answer
feedback

Some. Do you have a specific model in mind or just in general?

link|improve this answer
in general,I'm developing a mobi site, so the best solution to the problem i have is javasript. – user167139 Oct 8 '09 at 14:06
feedback

Depends on what mobile phones and to what extent you need support.

Smart phones pretty much all include support for JavaScript. How well they support them is another story.

You can see a lot of what mobile devices support here: http://www.quirksmode.org/m/table.html

link|improve this answer
feedback

In general I would assume that javascript isn't there, as older cellphone models may not support javascript, but, if you use unobtrusive javascript and graceful degradation, then it won't really matter, as your page will function in some known way on any device, as long as it is formatting itself properly.

So, if you want to have it work on all mobile phones, then start with not needing javascript, then add in the javascript as an enhancement.

link|improve this answer
feedback

Bare in mind as well that their are different versions of JavaScript supported by different phones and different browsers, even if JavaScript is available.

link|improve this answer
feedback

http://www.skyfire.com/ if you can get that browser on it then you can get javascript! Awesome browser and quite portable...

Works on Symbian (Nokia Phones use it) and Windows Mobile.

link|improve this answer
feedback

I think javascript is totally browser dependent. Symbian mobile surely can run javascript. Smart phones are much smarter to handle javascript.

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.