开发者

web listbox problems when viewed on an ipad

Ipad converts listboxes to dropdowns. The problem is that when the list pops up, items longer than about 25 characters are truncated at 25. 开发者_开发百科Is there anyway to force the popup to display the complete text?


There is no known way for me.

How about some workarounds?

  1. Change the select element into a radio element group, for the cost of some space on the webpage?
  2. Make two selects out of one e.g. change <.option>Master of Science - Biologie<./option> into a second select box?
  3. On selecting an element add a explanatory text next to the select?
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜