Pennf0lio
Pennf0lio

Reputation: 3894

Phone (iPhone/Android) and Javascript compatibility

Are there chart where I can determine the compatibility of javascript on phones like iPhone and Android. And Are there guidelines in developing javascript app for mobile? like how big should the file be? Can I use javascript libraries (eg. jQuery)?

Thanks in advance!

Upvotes: 0

Views: 710

Answers (1)

Rajdeep Dua
Rajdeep Dua

Reputation: 11230

There is no official compatibility link. For Android it depends on the version of Android and which browser are you referring to.

I found some basic attempts at testing this compatibility http://www.quirksmode.org/m/table.html

Upvotes: 1

Related Questions