With the rapid development of Uniapp, more and more developers choose to use this tool to develop their own applications. However, when using Uniapp to develop applications, many developers will encounter a common problem, which is how to remove the three dots in the upper right corner of the application.
There are different solutions to this problem. Below we will introduce several methods to remove the three dots in the upper right corner.
Method 1: Configure in the manifest.json file
You can configure it in the manifest.json file and remove the three dots in the upper right corner. The specific steps are as follows:
1. In manifest.json, find the "h5" node and add the following configuration:
"custom": {
"titleNView": false
}
The function of this code is to disable the native navigation bar of the current page. After adding the above configuration, the three dots in the upper right corner will disappear.
2. If you need to enable the native navigation bar, you can use the following code:
"custom": {
"titleNView": { "buttons":[], "titleColor":"#fff", "titleText":"标题" }
}
The above code will be customized Title bar, title color is white, title is "Title".
Method 2: Using mui style
When using mui style, you can directly use the following code to remove the three dots in the upper right corner:
/Remove the three dots in the upper right corner Point/
.mui-action-menu {
display: none!important;
}
The function of this code is to hide the element with the class name "mui-action-menu". The class name is the style class name with three dots in the upper right corner.
Method 3: Use css style
Use the following code in css to remove the three dots in the upper right corner:
/Remove the three dots in the upper right corner/
.plus-header .uni-page-head {
padding-right: 0!important;
}
The function of the above code is to change the right side of the head style provided by uni-app itself. The padding value is set to 0, causing the three points in the upper right corner to disappear.
Summary
The above are the three methods to remove the three points in the upper right corner. Each method has its own characteristics, and the specific use depends on the situation. It should be noted that before performing any operation, the original code should be backed up to avoid losses during operation.
The above is the detailed content of How to remove the three dots in the upper right corner in uniapp. For more information, please follow other related articles on the PHP Chinese website!

This article details uni-app's local storage APIs (uni.setStorageSync(), uni.getStorageSync(), and their async counterparts), emphasizing best practices like using descriptive keys, limiting data size, and handling JSON parsing. It stresses that lo

This article details workarounds for renaming downloaded files in UniApp, lacking direct API support. Android/iOS require native plugins for post-download renaming, while H5 solutions are limited to suggesting filenames. The process involves tempor

This article addresses file encoding issues in UniApp downloads. It emphasizes the importance of server-side Content-Type headers and using JavaScript's TextDecoder for client-side decoding based on these headers. Solutions for common encoding prob

This article compares Vuex and Pinia for state management in uni-app. It details their features, implementation, and best practices, highlighting Pinia's simplicity versus Vuex's structure. The choice depends on project complexity, with Pinia suita

This article details making and securing API requests within uni-app using uni.request or Axios. It covers handling JSON responses, best security practices (HTTPS, authentication, input validation), troubleshooting failures (network issues, CORS, s

This article details uni-app's geolocation APIs, focusing on uni.getLocation(). It addresses common pitfalls like incorrect coordinate systems (gcj02 vs. wgs84) and permission issues. Improving location accuracy via averaging readings and handling

The article details how to integrate social sharing into uni-app projects using uni.share API, covering setup, configuration, and testing across platforms like WeChat and Weibo.

This article explains uni-app's easycom feature, automating component registration. It details configuration, including autoscan and custom component mapping, highlighting benefits like reduced boilerplate, improved speed, and enhanced readability.


Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

Safe Exam Browser
Safe Exam Browser is a secure browser environment for taking online exams securely. This software turns any computer into a secure workstation. It controls access to any utility and prevents students from using unauthorized resources.

PhpStorm Mac version
The latest (2018.2.1) professional PHP integrated development tool

MinGW - Minimalist GNU for Windows
This project is in the process of being migrated to osdn.net/projects/mingw, you can continue to follow us there. MinGW: A native Windows port of the GNU Compiler Collection (GCC), freely distributable import libraries and header files for building native Windows applications; includes extensions to the MSVC runtime to support C99 functionality. All MinGW software can run on 64-bit Windows platforms.

WebStorm Mac version
Useful JavaScript development tools

mPDF
mPDF is a PHP library that can generate PDF files from UTF-8 encoded HTML. The original author, Ian Back, wrote mPDF to output PDF files "on the fly" from his website and handle different languages. It is slower than original scripts like HTML2FPDF and produces larger files when using Unicode fonts, but supports CSS styles etc. and has a lot of enhancements. Supports almost all languages, including RTL (Arabic and Hebrew) and CJK (Chinese, Japanese and Korean). Supports nested block-level elements (such as P, DIV),
