Extended
#
Navigators#
NavigationNavigation is the navigator component on top of Mini Program. With navigationStyle: custom
, you can use custom component to replace the origin one.
Once configured in this way, the default 'navigate bar' in current page will be removed. You need to implement a component in your own page to replace it.
#
custom nav bar example#
Tabbar- Bxml
configrue tabBar.custom: true
to app.json
add custom-tab-bar
in root directory
you need to implement a custom tab bar
yourself
#
disableBouncesSet disableBounces: true
in your {page}.json
.
It prevents the page from sliding out of the screen area (only IOS)