nir9 / itemslide

JavaScript Touch Carousel Library with Zero Dependencies
https://itemslide.org
MIT License
647 stars 85 forks source link

Compatibility detection #6

Closed BorisChumichev closed 9 years ago

BorisChumichev commented 9 years ago

Hello there! Itemslide works great with all devices i've tested except Nokia Lumia 800's IE. Is there any JS workaround to detect wether it is compatible with current device?

nir9 commented 9 years ago

Unfortunately touch events are not supported in Windows Phone 7- http://stackoverflow.com/questions/7143008/touch-events-in-windows-phone-7-mango-ie If you want to detect compatibility just check if browser is Windows Phone ie- http://stackoverflow.com/questions/9926504/how-do-i-check-windows-phone-useragent-with-javascript