nativescript-bottom-navigation
nativescript-bottom-navigation copied to clipboard
Nativescript plugin for Android & iOS to have the bottom navigation bar of Material Design
Hello Henry, I can't find how to display the content of each tab. Based on the sample all it is displayed in the label text "content" for all tabs. I...
**Which platform(s) does your issue occur on?** - [x] iOS - [] Android **What type of device?** - [x] Emulator iOS 13.0 iPhone 11 Pro Max - [x] Device -...
**Before start:** - Make sure to check the demo app(s) for sample usage - Make sure to check the existing issues in this repository - If the demo apps cannot...
Currently if you have a tab with a badge enabled it will be removed once you select that tab. I personally think this shouldn't be default behavior and depends entirely...
> home.xml > home.js var Observable = require("data/observable").Observable; var BottomNavigationTab = require('nativescript-bottom-navigation').BottomNavigationTab; var TabSelectedEventData = require('nativescript-bottom-navigation').TabSelectedEventData; function onNavigatedToMainTab(args) { let page = args.object; page.bindingContext = { tabs: [ new BottomNavigationTab({...
The code of the demo on GitHub not working. @ViewChild('bottomNavigationBar', { read: ElementRef, static: false }) private _bottomNavigationBar: ElementRef; onBottomNavigationBarLoaded(): void { const bottomNavigationBar = this._bottomNavigationBar.nativeElement; bottomNavigationBar.selectTab(this.tabSelectedIndex); // bottomNavigationBar.showBadge(2, 4);...
I have the following code in my `app-common.css` file to apply it to the everything of entire app, ``` * { font-family: "NotoKufiArabic-Regular"; } ``` But it does not apply...
Do you know any way to implement the Bottom Navigation plugin with Lazy Loading? I will explain a bit about my scenario. I choose to call the components (`TabOne`, etc)...
Awesome plugin! Would be cool if it was possible to disable the ripple effect on IOS :)! I did not find anything in the docs regarding this, so I assume...
### Which platform(s) does your issue occur on? - Android - 7.1.1 - emulator ### Please, provide the following version numbers that your issue occurs with: - CLI: 3.4.2 -...