In a word: YES!

Implementations of JavaScript vary across all the major platforms, you
have to be very careful about testing, test and more testing each time
you make a change to any code on a web page. The worst offenders are
IE6 and IE7. Safari has plenty of quirks and as the iPhone is a
variant of Safari, you'll have to have an actual device (or the
emulator at least) to test on as well. The most compliant is FireFox,
and the Android browser will work pretty well if it works in FF,
however, the events are different. Search for "touch" events to see
how to handle them in regard to "mouse" events.

GWT has solved a lot of these issues but if you want to code in raw
JavaScript, then you'll need to be very careful.

-John Coryat

"What Zip Code?"
"Radar Now!"
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to