当前位置:网站首页>微信小程序禁止页面左右滑动
微信小程序禁止页面左右滑动
2022-08-09 14:55:00 【写的都是BUG】
小程序禁止页面左右滑动
1、页面中view设置width:100%之后,页面右边会多出一块白区域,并且可以左右滑动,解决方法是给这个view加一个box-sizing:border-box;
2、直接给最外层的view设置一个overflow-x:hidden; //裁剪 div 元素中内容的左/右边缘 - 如果溢出元素的内容区域的话进行隐藏
3、在json文件里面加 "disableScroll": true
4、给page一个弹性盒子
page {
width: 100%;
display: flex;
}
然后将page下面的根元素盒子宽度设为100%,overflow: hidden
.bd {
width: 100%;
overflow: hidden;
}
这样就不会出现左滑右滑出现白屏现象了
边栏推荐
猜你喜欢

简单记录下offsetof和container_of

SNR 信噪比

Simply record offsetof and container_of
文件操作的实例——下载并合并流式视频文件

你知道亚马逊代运营的成本是多少吗?

.Net Core动态注入

内存泄露检测工具VLD(Visual Leak Detector)使用说明

记一次解决Mysql:Incorrect string value: ‘\xF0\x9F\x8D\x83\xF0\x9F...‘ for column 插入emoji表情报错问题
深刻地认识到,编译器会导致编译结果的不同
![[Elementary C language] Detailed explanation of branch statements](/img/5c/9ae0fc48e021d1285badf295dda4be.png)
[Elementary C language] Detailed explanation of branch statements
随机推荐
.Net Core 技巧小结
The recycle bin has been showed no problem to empty the icon
At the beginning of the C language order 】 【 o least common multiple of three methods
Noun concept summary (not regularly updated ~ ~)
encapsulation of strlen(), strcpy(), strncpy(), strcat(), strncat(), strcmp(), strncmp() functions
利用qrcode组件实现图片转二维码
单向链表几个比较重要的函数(包括插入、删除、反转等)
It is deeply recognized that the compiler can cause differences in the compilation results
【小白必看】初始C语言(上)
WebGL:BabylonJS入门——初探:注入活力
Qt控件-QTextEdit使用记录
CV复习:BatchNorm
What are the hot topics in quantitative programmatic trading?
Entity Framework Core知识小结
LNK1123: Failed during transition to COFF: invalid or corrupt file
crontab失效怎么解决
strlen(), strcpy(), strncpy(), strcat(), strncat(), strcmp(), strncmp()函数的封装
回收站一直显示未清空的图标问题
Analysis: Which method is used to build a stock quantitative trading database?
For programming trading, focusing on forecast or on countermeasures?