css - Possible to get Zurb Foundation 4 select drop-downs to work on mobile browsers? -


i can't scroll options in foundation 4 select drop-down on any mobile browser. makes foundation's select drop-down pretty useless. there way work?

same problem here. way (afaik) solve not making use of custom-forms , build own dropdown like amazon does:

<span id="nav-search-in" class="nav-sprite nav-facade-active" style="width: auto;">    <span id="nav-search-in-content" style="width: auto; overflow: visible;">all</span>    <span class="nav-down-arrow nav-sprite"></span>    <select id="searchdropdownbox" class="searchselect" style="top: 0px;">         <option value="search-alias=aps" selected="selected">all departments</option>         <option value="search-alias=watches">watches</option>     </select>  </span> 

set select's opacity 0 (see other styles on webpage) , trigger dropdown clicking down-arrow span.


Comments

Popular posts from this blog

monitor web browser programmatically in Android? -

Shrink a YouTube video to responsive width -

wpf - PdfWriter.GetInstance throws System.NullReferenceException -