当前位置:网站首页>uniapp隐藏导航栏和横屏显示设置
uniapp隐藏导航栏和横屏显示设置
2022-08-03 16:00:00 【spring-java】
1、隐藏导航栏
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "",
"navigationStyle": "custom" //移除顶部标题导航栏
}
}
2、横屏设置
onLoad() {
plus.screen.lockOrientation('landscape-primary');
},
onUnload() {
plus.screen.lockOrientation('portrait-primary')
},
边栏推荐
- When mobile applications go overseas, is your "network optimization" holding back?
- 聊聊这个SaaS领域爆火的话题
- 一个文件管理系统的软硬件配置清单
- 详谈RDMA技术原理和三种实现方式
- DataGrip:非常好用的数据库工具,安装与使用教程,亮点介绍
- Fortinet产品导入AWS AMI操作文档
- 使用VS Code搭建ESP-IDF环境
- 一文看懂推荐系统:召回02:Swing 模型,和itemCF很相似,区别在于计算相似度的方法不一样
- [Deep Learning] Today's bug (August 2)
- To participate in sweepstakes, incoming new programmers magazine welfare!
猜你喜欢
【Unity入门计划】基本概念(6)-精灵渲染器 Sprite Renderer
MATLAB gcf figure save image with black background/transparent background
JD6606SP5_JD6606SSP_JD6606SASP_JD6621W7百盛新纪元授权代理商
Yuan xiaolin: Volvo focus on travel security, and put it perfectly
Optimal Power Flow (OPF) for High Voltage Direct Current (HVDC) (Matlab code implementation)
How to analyze the weekly activity rate?
Fortinet产品导入AWS AMI操作文档
[Unity Getting Started Plan] Basic Concepts (8) - Tile Map TileMap 02
人脸识别损失函数的汇总 | Pytorch版本实现
一文看懂推荐系统:召回03:基于用户的协同过滤(UserCF),要计算用户之间的相似度
随机推荐
【Unity入门计划】基本概念(7)-Input Manager&Input类
leetcode-268.丢失的数字
Leetcode76. 最小覆盖子串
js中的基础知识点 —— 事件
"Avnet Embedded Weekly" Issue 276: 2022.07.25--2022.07.31
83. Remove Duplicates from Sorted List
一个文件管理系统的软硬件配置清单
TCP 可靠吗?为什么?
[微信小程序开发者工具] × #initialize
Ruoyi Ruoyi framework @DataScope annotation use and some problems encountered
破解数字化转型困局,企业分析协同场景案例解析
MATLAB gcf图窗保存图像,黑色背景/透明背景
WordPress 5.2.3 更新,升级出现请求超时的解决方法
[QT] Qt project demo: data is displayed on the ui interface, double-click the mouse to display specific information in a pop-up window
MATLAB | 一种简易的随机曼陀罗图形生成函数
MySQL性能优化_小表驱动大表
smp,numa和mpp体系结构总结
面了个腾讯35k出来的,他让我见识到什么叫精通MySQL调优
I am doing open source in Didi
Go Go 简单的很,标准库之 fmt 包的一键入门