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

on mobile (ios) device not working #371

Open Pixelfeeeee opened 7 years ago

Pixelfeeeee commented 7 years ago

I'm sorry, but i cant find the problem that selectbox is not working on ios or mobile devices. is there anything i'm missing?

id do call the function $("select").selectBoxIt(); added the .js file and the .css file but it doesnt show the dropdown wheel on ios.

what did i forget?

--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/38661428-on-mobile-ios-device-not-working?utm_campaign=plugin&utm_content=tracker%2F23157&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F23157&utm_medium=issues&utm_source=github).
xrmnk commented 7 years ago

I had the same problem and it was the minified version from the website. Try downloading the original source and eventually minify it yourself.

Pixelfeeeee commented 7 years ago

Oh, okay. I'll try that next time! :) Thanks!