- Ionic:Hybrid Mobile App Development
- Rahat Khanna Sani Yusuf Hoc Phan
- 235字
- 2021-07-09 19:00:36
Navigation and back menus
Ionic Framework has strong navigation support in the form of various directives such as ionNavView
, ionView
, ionNavBar
, and so on. Ionic stores and maintains the navigation history in the mobile app. It dictates the transitions appropriately. An app section can have multiple views, which maintain separate navigation histories.
The UI Router module and states are an integral part of the design for the navigation concepts. The <ion-nav-view>
directive has already been explained in the first section while defining the UI Router module.
<ion-view>
is another directive that should be used as a container for the content of any view. It should have a <ion-content>
directive and can have header and navbar information. It defines the title of the parent ionNavBar
using the view-title
attribute. There are other attributes such as cache-view
to enable caching, hide-back-button
to define whether the back button should be displayed or not, and hide-nav-bar
attribute to define whether to hide the parent ionNavBar
or not:
<ion-nav-bar>
is another directive that is created along with the<ion-nav-view>
directive and shows a top bar that will be modified as soon as the state changes. We can add a back button to be shown using a<ion-nav-back-button>
directive. We can also add some custom buttons using the<ion-nav-buttons>
directive.<ion-nav-title>
is a directive that can be used inside the<ion-nav-view>
directive to override the title set in the navbar with any custom title or HTML content as a title.
- Objective-C Memory Management Essentials
- Python王者歸來
- Hands-On C++ Game Animation Programming
- Python Data Analysis(Second Edition)
- Python貝葉斯分析(第2版)
- Mobile Device Exploitation Cookbook
- IBM Cognos Business Intelligence 10.1 Dashboarding cookbook
- Python Data Science Cookbook
- Hands-On Full Stack Development with Spring Boot 2.0 and React
- Oracle數據庫編程經典300例
- Python開發基礎
- Android高級開發實戰:UI、NDK與安全
- Mastering OpenStack
- Java程序設計教程
- Learning jqPlot