-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Contents not rendered on android #105
Comments
I believe this is an issue in .net maui itself. |
So in the old xamarin version of mopups, if you were creating a custom popup you used a frame, which then contained your controls. however there is a bug in the frame control where if you use a border based control, all the controls disappear. The fix is to change the frame to a border, ie
Hopefully this will help any other users with this issue, its an issue in maui, not mopups... |
even after MAUI Fix it still has an issue in some cases the Android content not appear i don't have a clear scenario but it happening |
@DeliriumCode Frame is deprecated and should not be used. It is removed in net9. |
For some reason, if you add a element with a border to a popup, the popup wont render the controls on android/ios. It renders fine on windows.
I will try and do a bit of digging tomorrow…
ie
The text was updated successfully, but these errors were encountered: