Search code examples
jquery-mobilemobile-safarijquery-select2

Select2 iOS Browser scrolling issue


I'm using Select2 as dropdown with jQuery Mobile. Scrolling through the list works good on an Android browser. The list flows freely. But on On iOS devices, the scrolling isn't flowing freely. The scrolling halts immediately. Refer to this.

Help is required in fixing this.


Solution

  • try adding -webkit-overflow-scrolling: touch; to containing div.

    Answered by: Omar