We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm using the RGPopup Maui package for the PopUp page in my MAUI project. I'm getting the exception below while loading the popup page in Android 8.
Java.Lang.NoSuchMethodError: 'no non-static method "Landroid/view/WindowInsets;.getSystemGestureInsets()Landroid/graphics/Insets;"'
There is no issue in Android 10, 11 and 12. Can you please provide a solution for this?
The text was updated successfully, but these errors were encountered:
This is a duplicate of java.lang.NoSuchMethodError when calling Navigation.PushPopupAsync() Hopefully the repo author can fix soon.
Sorry, something went wrong.
Fixed by version 1.0.4 https://www.nuget.org/packages/RGPopup.Maui/1.0.4
Thanks very much for this issue reporting!
No branches or pull requests
I'm using the RGPopup Maui package for the PopUp page in my MAUI project. I'm getting the exception below while loading the popup page in Android 8.
Java.Lang.NoSuchMethodError: 'no non-static method "Landroid/view/WindowInsets;.getSystemGestureInsets()Landroid/graphics/Insets;"'
There is no issue in Android 10, 11 and 12. Can you please provide a solution for this?
The text was updated successfully, but these errors were encountered: