You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 1, 2024. It is now read-only.
I tried to set HeightRequest to the parent StackLayout in OnSizeAllocated. 56 for portrait and 48 for landscape. Now all labels are visible, but when rotating the labels "jump" sometimes. Because the parent StackLayout resizes after the rotation is completed. Specially from landscape to portrait.
Can't set VerticalOptions="FillAndExpand" because it's not working with android. See old issue: #12392
AlleSchonWeg
changed the title
[Bug] Android TitleView looses Labels while rotating
[Bug] Android TitleView lose Labels while rotating
Oct 26, 2021
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Description
Android looses lables if you rotate the device a few times and change orientation at the parent StackLayout.
Steps to Reproduce
Expected Behavior
All two labels should display
Actual Behavior
Only one label remains
Basic Information
Environment
Show/Hide Visual Studio info
Build Logs
Screenshots
Before rotation
After rotation:
Reproduction Link
Workaround
The text was updated successfully, but these errors were encountered: