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

native selects #53

Open
polikin opened this issue Jul 7, 2014 · 1 comment
Open

native selects #53

polikin opened this issue Jul 7, 2014 · 1 comment

Comments

@polikin
Copy link

polikin commented Jul 7, 2014

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

polikin commented Jan 6, 2015

..

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

1 participant