paulstraw / FancySelect

A better select for discerning web developers everywhere.
http://code.octopuscreative.com/fancyselect/
MIT License
754 stars 165 forks source link

Select not opened in iphone #80

Open jerronimo opened 9 years ago

jerronimo commented 9 years ago

I use your example



< select class="basic">
      < option value="">Select something…< /option>
      < option>Lorem< /option>
      < option>Ipsum< /option>
      < option>Dolor< /option>
      < option>Sit< /option>
      < option>Amet< /option>
< /select>

$('.basic').fancySelect();

wnen check in chome "toggle device mode" on iphone4 or other iphones, select not oppened after click

1446200628115

paulstraw commented 9 years ago

FancySelect only styles the trigger in mobile browsers; it displays the browser-native UI. I'm not sure if there's a great way around this; I'd have to look into detecting "fake" phone browsers, basically.

jerronimo commented 9 years ago

What is the best way to check if my html works correct if I actually don't have a native device? Could you please advice some suitable test system?

paulstraw commented 9 years ago

Personally, I'm a big fan of http://browserstack.com/ :)

jerronimo commented 9 years ago

@paulstraw , thx