paulstraw / FancySelect

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

native selects #53

Open polikin opened 10 years ago

polikin commented 10 years ago

Make native selects work on all mobile device. (Android, iOS, Windows Phone).

uAgent:

isiDevice = /ipad|iphone|ipod/i.test(navigator.userAgent.toLowerCase()), isAndroid = /android/i.test(navigator.userAgent.toLowerCase()), isWindowsPhone = /IEMobile/i.test(navigator.userAgent.toLowerCase());

polikin commented 9 years ago

..