malsup / blockui

jQuery BlockUI Plugin
http://jquery.malsup.com/block/
1.69k stars 506 forks source link

Improvement for Android browsers #46

Closed fvicente closed 11 years ago

fvicente commented 11 years ago

Hi there, Not really an issue but a possible improvement.

Just added three events to the bind() function, to prevent scrolling whatever is behind the overlay on Android browsers (tested on 2.1 and 2.3). The added events were "touchstart touchend touchmove"

malsup commented 11 years ago

Thanks!