- 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.
- MySQL數據庫管理實戰
- CockroachDB權威指南
- 測試驅動開發:入門、實戰與進階
- Boost C++ Application Development Cookbook(Second Edition)
- Java Web開發技術教程
- Big Data Analytics
- C語言程序設計上機指導與習題解答(第2版)
- Scala Data Analysis Cookbook
- JSP程序設計實例教程(第2版)
- Solutions Architect's Handbook
- OpenMP核心技術指南
- 從Excel到Python數據分析:Pandas、xlwings、openpyxl、Matplotlib的交互與應用
- Learning Image Processing with OpenCV
- Visual FoxPro程序設計習題及實驗指導
- 從零開始學UI設計·基礎篇