Javascript Support on Mobile Devices

14,223

Solution 1

Basically as much as you could want. Most mobile phones are running some version of WebKit (what Chrome runs on), so you're pretty much guaranteed better support than IE8 provides if you're developing for mobile.

Edit: What Joe Tuskan said. :)

Solution 2

JavaScript support is very good on modern mobile browsers. The mobile version of Firefox and Chrome provide pretty much desktop-level support for HTML5(CSS3+JavaScript+HTML) features.

HTML5 Mobile Support http://mobilehtml5.org/

JavaScript Functionality Accross Desktop / Mobile http://caniuse.com/#cats=JS_API

It might be also worthwhile stating the impressive JavaScript performance of modern mobile browsers, I recently compared Desktop vs Mobile browser performance see here: How powerful are mobile browsers compared to desktops?

Share:
14,223
Anna
Author by

Anna

Updated on June 04, 2022

Comments

  • Anna
    Anna almost 2 years

    There is a similar question asked in this post: Does javascript work on mobile phones?

    The problem is this question was asked in 2009, what are the javascript support for mobile devices nowadays?