Skip to content
This repository has been archived by the owner on Nov 27, 2018. It is now read-only.

Select not opened in iphone #80

Open
jerronimo opened this issue Oct 30, 2015 · 4 comments
Open

Select not opened in iphone #80

jerronimo opened this issue Oct 30, 2015 · 4 comments

Comments

@jerronimo
Copy link

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
Copy link
Owner

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
Copy link
Author

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
Copy link
Owner

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

@jerronimo
Copy link
Author

@paulstraw , thx

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants