Home  >  Article  >  WeChat Applet  >  How to implement prohibition of page drop-down in WeChat applet development

How to implement prohibition of page drop-down in WeChat applet development

php中世界最好的语言
php中世界最好的语言Original
2018-06-05 10:48:149516browse

Sometimes you will encounter a situation that does not allow the page to be pulled down. If you think I am talking about the pull-down refresh API, then you are wrong. It just doesn’t let that white bar appear when you slide down. Directly upload the code:

<view catchtouchmove="stopDrag" class="container">
stopDrag(){
return false;
},

But use this with caution. I also think it would be best if someone could give some advice here. The effect of this is that the entire visible area slides still... The drop-down white bar does not appear on the homepage of Duoduo mini programs, but you can scroll up to view product information. Please give me some advice~

The latest solution is in the app. Add this attribute to json to disable scrolling.

I believe you have mastered the method after reading the case in this article. For more exciting information, please pay attention to other related articles on the php Chinese website!

Recommended reading:

How to use the UI framework for WeChat applet development

How to write code for WeChat applet development

The above is the detailed content of How to implement prohibition of page drop-down in WeChat applet development. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn