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
When the EventSetupPage() comes up, it is blank in an android 12 emulator. The constructor is called, so I know that something is happening. It's like the page is being loaded in the wrong thread. I'm doing something wrong. Any thoughts on what I should do to get my page to load? TIA
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I've got an app that I am porting over to Maui from XF. I have a toolbaritem in my navigationbar. Here is the basic definition:
Here is my NewGame_Clicked Event:
Here is the content of the EventSetupPage() overly simplified:
When the EventSetupPage() comes up, it is blank in an android 12 emulator. The constructor is called, so I know that something is happening. It's like the page is being loaded in the wrong thread. I'm doing something wrong. Any thoughts on what I should do to get my page to load? TIA
Beta Was this translation helpful? Give feedback.
All reactions