Monday, March 7, 2016

jQuery Selectric bug on iPad

Leave a Comment

I use jQuery Selectric plugin for customize select's.

$('select').selectric({   disableOnMobile: false }); 

If i open select on iPad device my left column move up

.left-column {   position: fixed;   left: 0;   top: 0;   width: 200px;   height: 100vh;   background: #F00;   z-index: 100; } 

Please, help with it. Demo here: http://output.jsbin.com/seleyi

enter image description here

UPD: test at browserstack iOS < 7 - no problem, iOS 8.3 - have some problem, iOS 9.1 have this bug

0 Answers

If You Enjoyed This, Take 5 Seconds To Share It

0 comments:

Post a Comment