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.
我正在使用来自 silviomoreto 的 twitter 引导选择组件。我只是想通过将高度增加到 45px 来设置该字段的样式。
虽然在其他引导输入组件中我没有问题,但它在此选择组件中不起作用。
应用这个CSS:
.bootstrap-select > .btn { height: 45px; }
在 Android 上使用 trigger.io 无法使用纯 HTML<input type="file">元素上传文件。在 iOS 上,这工作正常。
<input type="file">
潜在的问题似乎源于 webview 没有本机文件选择器,并且 trigger.io 还没有为他们的 webview 实现一个。