uni-app相关

Posted 降低能耗ing

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了uni-app相关相关的知识,希望对你有一定的参考价值。

在使用Hbuilder写uniapp项目,在真机实测发现滚动带滚动条

 

 API中 scroll-view滚动条默认消失,后续在官方文档中找到解决方法

App.vue 增加如下样式可以去除 scroll-view 组件的滚动条(不支持nvue页面)

::-webkit-scrollbar {  
    display: none;  
    width: 0 !important;  
    height: 0 !important;  
    -webkit-appearance: none;  
    background: transparent;  
}

 

以上是关于uni-app相关的主要内容,如果未能解决你的问题,请参考以下文章

uni-app 微信小程序授权登录

uni-app 138朋友圈相关数据表迁移

uni-app 95获取群聊相关信息

uni-app 96获取群聊相关信息

uni-app 群聊发送消息相关(84-92)

uni-app技术分享| uni-app常见问题