oulan / iui

Automatically exported from code.google.com/p/iui
MIT License
0 stars 0 forks source link

Drop Down List #86

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Whenever i create a drop down list it looks too small for the screen on the 
iphone. It does not 
seem to be formatted correctly for the iphone 

Has anyone else experianced this??

Original issue reported on code.google.com by alangab...@gmail.com on 28 Apr 2008 at 11:47

GoogleCodeExporter commented 9 years ago
I'm guessing that iUI is all about simulating the look of real iPhone user 
interface elements through Safari 
using web code we are more familiar with.

So, if you think about it from an iPhone UI perspective, there is no such thing 
as a drop down list. The iPhone 
UI tackles lists in a different way - choosing one out of a set of many can be 
seen in Settings > General > 
Auto-Lock.

What you are assuming is that iUI will automatically convert the method of 
selecting one from many that you 
are familiar with - a drop down list - into the iPhone UI version. 
Unfortunately, that's not the case.

To date, nobody seems to have given iUI the capability of rendering the sort of 
list where you can choose one 
from many. It's quite a complicated control, which will take some effort in 
simulating.

Original comment by matt.sep...@gmail.com on 9 May 2008 at 11:34

GoogleCodeExporter commented 9 years ago
No, i sorry i don't think you understand what i was trying to say...the iPhone 
interperpates the drop down list 
perfectly (like it does in all web applications)...however my pull down list is 
very small (before clicking on it) if 
you look at other web apps e.g. http://43actions.com. The pull down list is 
sized correctly for the borrower so 
that you the user can click it with their finger.

Original comment by alangab...@gmail.com on 11 May 2008 at 10:56

GoogleCodeExporter commented 9 years ago
Here's what I did:
style="font-size:20px;font-family:Arial;width:280px"

Add that to your <select> tag.

Original comment by alex.zy...@gmail.com on 7 Jan 2010 at 6:18