paulstraw/FancySelect

Select not opened in iphone

Opened this issue · 4 comments

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

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.

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?

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