transparent flyout items #21738
Unanswered
eduardoagr
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello guys.
I am posting this here, because a cannot wrap my head around this problem tha I have with my MAUI app, especially for desktops.
I tried posting everywhere (Stack Over, Discord, Microsoft QA) and no one has any idea of what is going on.
So, I thought the incredible MAUI team might have an idea of what is going on, and point me to the right direction, to solve it.
First time, I enter the app, I check the storage, to see if there is an email, if there is, I will send you to your specific role page.
On this page you will have several options in the flyout depending on your role
If you do not have an account, you need to register, and I will save your email (In order to get back your user from firebase)
Problem
When you have an email stored and run the app, the app will show all the items, but they are transparent (But they are there)
And If I resize the Windows, they appear again (See the images below)
Expectation
I want to be able to see all my items.
The curious part is that when you create an account and login, all the items are visible.
Code
https://paste.mod.gg/lkbibdxylfml/0
https://paste.mod.gg/lkbibdxylfml/1
https://paste.mod.gg/lkbibdxylfml/2
https://paste.mod.gg/lkbibdxylfml/3
https://paste.mod.gg/lkbibdxylfml/4
https://paste.mod.gg/lkbibdxylfml/5
The code running, without me manipulating the screen (Resize, maximize, etc)
as you can see, my items are there, but I do not see them.
The code running, with me manipulating the screen (Resize, maximize, etc)
Beta Was this translation helpful? Give feedback.
All reactions