Dropdowns don't work on webOS with PhoneGap?

Posted by Steve Nay on Stack Overflow See other posts from Stack Overflow or by Steve Nay
Published on 2010-05-20T20:35:17Z Indexed on 2010/05/25 21:51 UTC
Read the original article Hit count: 171

Filed under:
|
|

I'm trying to use a dropdown in a PhoneGap app I'm writing. It uses a simple <select>:

<select>
  <option value="1">First</option>
  <option value="2">Second</option>
</select>

This works fine on Android and the iPhone (including behaving like a native drop-down would on those systems). However, it doesn't appear to work on webOS (neither the Palm Pre itself nor the emulator).

The <select> displays properly on the screen, but when I tap on it, nothing happens--I'm not able to make a selection from the dropdown.

Why might this be?

© Stack Overflow or respective owner

Related posts about html

Related posts about webos