Skip to content
This repository was archived by the owner on Oct 8, 2021. It is now read-only.

Current development status

toddparker edited this page Jan 22, 2011 · 11 revisions

Supported platforms // Updated January 22, 2010

iOS 3.x-4.x All features work as designed across all iOS test devices, including iPhone, iPod touch, iPad and emulators. We would like to improve overall responsiveness and smooth out page transitions but everything is working.

Android 1.6-2.3 All features work as designed across our Android test devices: HTC Incredible (2.2), Motorola Droid (2.2), Nook Color (2.1), and Google G1 (1.6) or any of the emulators. Navigation with the touchscreen works great, but the navigation roller ball has some issues on some text inputs, the flip switch, slider and selects that can be solved. Older devices like the G1 can be laggy and become unresponsive on more complex pages.

Palm/HP WebOS All features work as designed on the Palm Pixi or Pre test devices running 1.4 or the emulators. Known issues and workarounds:

  • The current scroll offset (scrollTop property) isn't reported correctly by this browser so it's not possible to accurately position an element like a overlay or toolbar on the screen. For this reason, we make sure that the fixed position toolbars will not by dynamically positioned on this platform on scroll and instead are positioned inline. On the custom select menus, we don't show the smaller, floating select menu for short lists and always use the full-page style menu to avoid positioning issues.
  • The native browser doesn't properly support select elements with the multiple attribute so choosing to use a native select menu for multi-select controls will result in a unusable form on this platform. We recommend using the custom control we provide in mobile for these situation.

View All Pages

Clone this wiki locally