Mobile app version of vmapp.org
Login or Join
Angela700

: Javascript reliance an issue for mobile optimised sites? I'm mobile optimising a site with media queries. As I understand mobile browsers are generally quite modern and can handle CSS3 etc well.

@Angela700

Posted in: #Javascript #Mobile

I'm mobile optimising a site with media queries. As I understand mobile browsers are generally quite modern and can handle CSS3 etc well. So does this mean javascript reliance for the mobile version isn't too much of a problem?

I know how to find stats on desktop users with no js, are the same stats available for mobile usage? Thanks

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Angela700

1 Comments

Sorted by latest first Latest Oldest Best

 

@Lee4591628

As Raynos said, Andriod devices and iPhones/iPads are just fine.

You can even use jquery mobile in order to take advantage of events that exists only in mobile devices, like touch, tap, rotate...

Relying heavily on javascript is never recommended however, ie, your website should work with only HTML and CSS. With less features, effects, but should work.

Another point to observe is that many mobile devices uses opera mobile/mini. Opera plays nice with javascript. So, the number of mobile devices with absolute no javascript support is decreasing day after day.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme