The solution was :
on "panel open" event:
$(document).bind('touchmove', function(e){
e.preventDefault();
});
On "panel open" close:
$(document).unbind('touchmove');
Thx,
Shaun
The solution was :
on "panel open" event:
$(document).bind('touchmove', function(e){
e.preventDefault();
});
On "panel open" close:
$(document).unbind('touchmove');
Thx,
Shaun
Illya,
I have tried your suggestion but it has no effect :
The page can still be scrolled down when the panel is opened.
Hello Illya,
I'm testing on Android 5.0
Best regards