If you’re a mobile application developer using Cordova as a cross-platform technology for your mobile app development, now you can add navigation bar to your applications as well as tabbar, all native.
We have added 2 repos to github:
NavigationBar
https://github.com/Emadello/cordova-plugin-CDVNavBar
TabBar
https://github.com/Emadello/cordova-plugin-CDVTabBar
If you’re familiar with commandline Cordova plugin installations, you shouldn’t have any problems installing the plugins using the following commands
cordova plugin add cordova-plugin-cdvnavbar
cordova plugin add cordova-plugin-cdvtabbar
you should see the plugins added to your XCode project as follows:
Please visit GitHub repo page for NavBar and TabBar for more info and examples