Home  >  Article  >  Web Front-end  >  How to cancel bottom navigation in uniapp

How to cancel bottom navigation in uniapp

PHPz
PHPzOriginal
2023-04-27 09:06:162421browse

With the popularity of mobile devices, modern applications are paying more and more attention to UI/UX design. Under this trend, many applications add their important functions to the bottom navigation bar to make it easier for users to access. However, in some cases it may be more appropriate to eliminate the bottom navigation bar. This article will discuss how to cancel the bottom navigation bar in Uniapp.

First, let’s review Uniapp’s bottom navigation bar component. The bottom navigation component is a reusable component, usually located at the bottom of an application, that displays icons and labels for multiple pages or features. These pages or features are usually the core functionality or main modules of the application.

  1. Cancel the bottom navigation of a single page

It is very simple to cancel the bottom navigation of a single page. In the page where you need to hide the bottom navigation bar, just add the following code in the