thunkable / thunkable-issues

24 stars 9 forks source link

(Thunkable X) Displaying Top & Bottom Tab Navigators when icon and text are disabled #411

Open AlexITMan opened 4 years ago

AlexITMan commented 4 years ago

In Live Test if the text and icon are turned off, the Navigator should be hidden and occupy a height of 0px, but instead it is displayed on the screen.

josmas commented 4 years ago

hi @AlexITMan how do you turn off the text and icon? is this for a particular tab in the navigator? I can see how I can delete the icon, but not sure how do you turn things off or what you mean by that.

AlexITMan commented 4 years ago

Hi, the picture shows these options. If there is no text or icon, it makes no sense to show an empty Navigator title. What is it for if nothing is displayed?

Or need a switch to display щor set height to 0px the navigation title. For what? To create screens with global functions that are invisible and inaccessible to users .

изображение

josmas commented 4 years ago

Heya, I see what you are saying now, thanks for clarifying. I thought you were saying that live test on browser looked different than on device.

That is a good UX point though, I'll make sure we go through the suggestion at an upcoming design meeting. Thanks!

antjesmiles commented 4 years ago

Hi there, I just noticed the same is true for the Bottom Tab Navigator. When both ShowIcon and ShowLabel are set to false, there is an empty navigator on the screens. "Blindly" clicking on it, it still brings up the screens that are inside the navigator. Setting both to false shouldn't be possible. But yeah, just a UX design thing. It did confuse me a lot for a bit though. Thanks :)