henrychavez / nativescript-bottom-navigation

Nativescript plugin for Android & iOS to have the bottom navigation bar of Material Design
Apache License 2.0
58 stars 18 forks source link

Tab name goes missing after some time of usage #25

Closed Mubashir-Mohamed closed 6 years ago

Mubashir-Mohamed commented 6 years ago

Make sure to check the demo app(s) for sample usage

checked the demo app

Make sure to check the existing issues in this repository

there is no issue open /closed

If the demo apps cannot help and there is no issue for your problem, tell us about it

Each Tab has a icon+name. The name goes missing while after some usage of the app / after minimizing the app

Which platform(s) does your issue occur on?

Please, provide the following version numbers that your issue occurs with:

henrychavez commented 6 years ago

Can you please provide a screen capture?.

PSD: I recommend you to use the latest version of nativescript.

Mubashir-Mohamed commented 6 years ago

Sorry for the late response. i am attaching a small video of the issue. when i opened my app the names are missing. When i go to different page and then return, it displays. IMG_0069.MOV.zip

henrychavez commented 6 years ago

@Mubashir-Mohamed I saw the video and there is no problem with the plugin, the thing is that you are navigating to a different page. I suggest you see the demo app code where I used the ngSwitch from angular to display components based on the tab selected, so the user will remain in the main view, and you can use the normal navigation router to navigate to a different page like a product detail page, etc.

With the new version of Nativescript, we have the ability to use multiple page-router-outlet that allow us to use that instead of ngSwitch but I didn't have the change to play with it.

henrychavez commented 6 years ago

I'll close this because is not an issue