Motorola wap dropdown list (<select>) + Motorola ADK
OK, Motorola’s wap / xhtml browser on their phones has a few issues. (Scrolling issue I pointed out)
The Problem
I noticed that dropdown boxes (<select> html elements with <option>’s) on Motorola phones were being shown as a list, instead of as the usual dropdown list that we are used to.
Normal dropdown box html | How a dropdown box should look like |
---|---|
<select> <option value="CellC">CellC</option> <option value="MTN">MTN</option> <option value="Vodacom4me">Vodacom</option> <option value="Virgin">Virgin Mobile</option> </select> |
Motorola shows it “wrongly” like this instead:
Which does waste a lot of space on the limited screen size of a mobile cellphone.
The Solution
__(‘Read the rest of this entry »’)