Exception with canvas.SaveState() and canvas.RestoreState() on iOS Devices < iOS 13 #25880
Unanswered
Saravanan-Madhesh
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
-
Encountering an issue in .NET MAUI when using canvas.SaveState() and canvas.RestoreState() methods during custom drawing operations. The exception is thrown only on iOS devices running versions below iOS 13. The code works fine on iOS 13+ and Android.
Trace:
An assertion failure occurs when calling RestoreState() on iOS devices with versions less than iOS 13. It works fine on iOS 13+ and Android devices.
Additional Information
Is there a known workaround or fix for this issue on older iOS versions?
Beta Was this translation helpful? Give feedback.
All reactions