gfranko / jquery.selectBoxIt.js

A jQuery Select Box Plugin for Mobile, Tablet, and Desktop
http://www.selectboxit.com
MIT License
852 stars 301 forks source link

SelectBoxt closes on touch on Surface RT #320

Open WalterEbbers opened 9 years ago

WalterEbbers commented 9 years ago

i'm having trouble with selectboxit dropdowns on a surface RT tablet. Whenever i touch a dropdown and want to scroll through the list of options the dropdown closes immediately. When a mouse is connected the dropdown works like it should. Is this issue with touch known? Is there a solution available?

Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

WalterEbbers commented 9 years ago

I edited the isMobile method to include the 'Touch' variable that the surface tab sends in its ua string. Now the dropdown options are being handled as the mobile version. Although it would be nice if it where the appropiate desktop version since it is a desktop browser running on the surface RT.