Relative Content

Tag Archive for androidblazormauisystem.drawing

Issue With Creating Bitmap From Memory Stream on Mobile (MAUI)

I have code that is supposed to take a picture and convert it to a bitmap, and it works flawlessly on Windows, both in Debug and Release mode. However, on mobile, it says that creating a bitmap with a memory stream is not supported on the platform. Perplexingly, it completely ignored my try-catch statement and just kicked the bucket. How do I get around this issue?