Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Select2.js mobile & tablet support

Select2 does indicate its support for desktop browser version to be: IE8+, Chrome 8+, Firefox 10+, Safari 3+, Opera 10.6+

However, I cannot find anything regarding Mobile & Tablet support.

Is there any official statement I have missed?

like image 888
Adrien Be Avatar asked Jan 26 '15 15:01

Adrien Be


People also ask

Does Select2 work on mobile?

Select2 3.5. x should work well in all of the latest mobile devices. It's used in many large websites and we've appeared to have ironed out many of the old issues.

What is Select2 used for?

Select2 gives you a customizable select box with support for searching, tagging, remote data sets, infinite scrolling, and many other highly used options.

Why Select2 is not working?

Select2 does not function properly when I use it inside a Bootstrap modal. This issue occurs because Bootstrap modals tend to steal focus from other elements outside of the modal. Since by default, Select2 attaches the dropdown menu to the <body> element, it is considered "outside of the modal".

What Select2 dropdown?

By default, Select2 will attach the dropdown to the end of the body and will absolutely position it to appear above or below the selection container. Select2 will display the dropdown above the container if there is not enough space below the container, but there is enough space above it.


1 Answers

Simply quoting from the same question I asked on the Github project

Select2 3.5.x should work well in all of the latest mobile devices. It's used in many large websites and we've appeared to have ironed out many of the old issues.

Select2 4.0.0 has not yet been released, but Beta 3 has been tested to work with Android devices without any real issues. We don't have any iOS devices to test on, but more than likely they work well on iOS as well.

like image 85
Adrien Be Avatar answered Sep 18 '22 11:09

Adrien Be