davidstutz/bootstrap-multiselect

Scrolling is not working with mobile Devices

umeshgajjarnr opened this issue · 5 comments

Used Multiselect bootstrap but not working with 'maxHeight' with scrolling in mobile device. Please test it

I saw that problem too, maybe is related with how the elements is created on dropdown menu. for fix it maybe the elements should be created from bootstrap listgroup ou similar? I just trying to help... @davidstutz congratulations for that work, is really fantastic!

Please test it

Not sure what you mean by that. If you're reporting an issue, you're more likely to get a response by including enough code to allow someone to reproduce your error.

It is an old issue. You can find quick fixes here: 1, 2

So far the best solution it's to just use a media query for this type of devices.

Has any one found the solution for this?