lcdsantos / jQuery-Selectric

jQuery plugin for easy manipulation and customization of HTML selects
http://selectric.js.org/
MIT License
727 stars 157 forks source link

bug on iPad #108

Closed serGlazkov closed 8 years ago

serGlazkov commented 8 years ago

Hello! I init jQuery-Selectric like this

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

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

024noup
.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/qegeco Other example with height: 100%; http://output.jsbin.com/seleyi

y8h34cg

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

serGlazkov commented 8 years ago

I have answer here http://stackoverflow.com/questions/35668938/jquery-selectric-bug-on-ipad/35974343#35974343