Replies: 1 comment 4 replies
-
Beta Was this translation helpful? Give feedback.
4 replies
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.
-
Just thought I would put it in here to see if anyone else has seen the same or similar issue.
When I open and close a popup in the OnAppearing Event (Not sure if it happens outside OnAppearing) if I am using Shell and the page is inside a Tabbar it is changing the Color of Shell.Background color - it looks like to some default value.
I created a repo to test that it wasn't anything else in my code causing the issue and am easily able to recreate the above. For instance if I don't open the popup the background remains unchanged, if I open the popup in a page that isn't in a Tabbar it doesn't change the background color.
https://github.com/darrenf89/PopupV2NavigationIssueRepo.git
Curious if anyone has seen this and / or if they think I am doing wrong or if I shouldn't be using the popup the way I am?
Beta Was this translation helpful? Give feedback.
All reactions