How micro-channel browser prohibit the iPhone slide up and down the page

Code:

/ * Remove the default behavior of the sliding phone iphone * / 
$ ( 'body') ON ( 'touchMove',. Function (Event) { 
    the event.preventDefault (); 
});

 

Reproduced in: https: //www.cnblogs.com/davidgu/p/3938877.html

Guess you like

Origin blog.csdn.net/weixin_34370347/article/details/93802626