Title Bar BUG with scrollable or rotation (UPDATED !)

I tried something else, and I found other bugs on the title bar!

In addition to not disappearing when scrollable is enabled, the title bar resets and loses all its properties when the orientation is changed (without the scrollable option enabled!).

Just check “Scrollable”, and the app and the interface is immediately destroyed!
You can also turn your smartphone to break the title bar

Download this APK to see the bug !
Makeroid.apk (5,0 Mo)

Describe your issue

The title bar keep showing after the update ! I’ve checked and uncheked the case on each screen, but it still there. It broke all my app !


Steps to reproduce the issue

Just compile and install your app and see.

Expected Behaviour

The title bar disappears, as it is the case that the viewer on the builder.

Actual Behaviour

It still there !

It breaks my whole app! And that’s not the only big problem!

You need to use this switch to remove the Titlebar

image

I tested this and it works

image
Its unchecked on all my screen, but it still there

Can you send me the APK, please?

I was able to “fix” it
Set Scrollable to false, and it will be working

Cool ! But i need to set scrollable to true to modify component

As a temporal solution add all components into a Vertically Scrollable Arrangement

1 Like

But its not scrollable on the viewer !

Then just set Scrollable only on Designer when designing it, and disable for building an app

1 Like

that’s what I did in the beginning but have to think about it and go through each screen every time!
however, for each screen, I put scrollable on false during initialization !

Is there any way for the scrollable arrangements you can add a make shirt scrollbar if it’s set to show the scrollbar in the properties?

1 Like

Yes ! That would be good

I tried something else, and I found other bugs on the title bar!

In addition to not disappearing when scrollable is enabled, the title bar resets and loses all its properties when the orientation is changed (without the scrollable option enabled!).

Download this APK to see the bug !
Makeroid.apk (5,0 Mo)

Just check “Scrollable”, and the app and the interface is immediately destroyed!
You can also turn your smartphone to break the title bar

(@Sander @Diego Is this also resolved in the next version?)

@Sander @Diego

It says the bug’s been fixed, but it still doesn’t work!

Look at this :

When I tested it was working fine :confused:

1 Like

do you updated you companion?

I don’t think so, but it’s the same on the APK.

I’ve just tested now and it’s working for me…
Screen Scrollable with Title Not Visible and Title is not shown

If you dont update the companion then you will have forever the bug…

I just updated the companion:


It’s always the same: title bar is there and FAB is missing
Same when I install the APK

It’s also like that on another project I created less than a week ago:
Title bar reset and no FAB

However, the problem is solved on newly created projects