vote up 3 vote down star
3

Does javascript work on mobile phones?

flag

0% accept rate
You may want to add to the question, as this is too general to really be answered. – James Black Oct 8 at 14:05
In gerneal terms yes. For more specific answer go to superuser.com – Oscar Reyes Oct 8 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 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 at 14:10
@A. Levy: I think the actual correct answer is "maybe". – MusiGenesis Oct 8 at 14:14
show 2 more comments

7 Answers

vote up 15 vote down

Which mobile phones?

There's some pretty good information on this site:

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

link|flag
+110% That one went straight to Favorites, thanks. – MusiGenesis Oct 8 at 14:07
vote up 5 vote down

depends on the browser

link|flag
vote up 3 vote down

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

link|flag
in general,I'm developing a mobi site, so the best solution to the problem i have is javasript. – unknown (yahoo) Oct 8 at 14:06
vote up 2 vote down

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|flag
vote up 1 vote down

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|flag
vote up 0 vote down

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|flag
vote up 0 vote down

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|flag

Your Answer

Get an OpenID
or

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