lcdsantos/jQuery-Selectric

Ipad pro is showing "desktop" version

babobski opened this issue · 1 comments

I have a customer that uses the iPad pro, he has an issue when selecting selectric will cause the keyboard to show up.
He shared a screenshot with us, but I can see it is showing the "desktop" selectric and does not use the native select.

afbeelding

I came across the same issue. Setting .selectric-input to readonly prevents the keyboard from popping up, and it doesn't seem to cause any issues on other platforms so far. I added this right after initializing selectric.

$('input.selectric-input').attr('readonly', true);