Which mobile browsers support javascript (and Ajax)?

后端 未结 5 389
梦毁少年i
梦毁少年i 2020-12-30 10:39

For the web site I\'m building (targeted at mobile users) I\'m thinking of using some Ajax controls. I\'d like to know which mobile browsers do and don\'t support Javascrip

5条回答
  •  旧时难觅i
    2020-12-30 11:30

    The default browsers included in Android, iOS Safari (iPhone) and Nokia all support JavaScript and Ajax. As does Opera Mini. Be aware, though, that it can be disabled (at least, in Opera Mini and Safari).

    Quirksmode has compatibility tables for mobile browsers. When in doubt, use feature detection and try and leave a fallback for when JavaScript is disabled.

提交回复
热议问题