Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 phonegap 和 jquery 开发一个跨平台应用程序。在我的 HTML 文档中,我有一个带有多个选项的选择元素。在 Android 上,当用户点击选择元素时,会使用标准的 Android 下拉菜单打开所有选项的概览(类似于所有选项的叠加层)。到目前为止一切都很好,但不幸的是,我的选项有太多文本,最终会被截断。如何在这里调整文本的大小?有什么提示吗?通过 CSS 调整文本大小会被忽略。我正在考虑使用单选按钮,但这对我来说只是一种解决方法。
我读过 listview 是另一种处理这个问题的方法。选择对我的理解相当有限。