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
Hi, I'm trying to create a cross-platform app with Visual Studio via .net MAUI, but when I try to do device.ReadReport(OnReport); I get the response: ‘System.PlatformNotSupportedException: “Operation is not supported on this platform.”’. I also tried changing the project with xamarin but I get the same result. Can you tell me how I can solve this?
The text was updated successfully, but these errors were encountered:
Hi, I'm trying to create a cross-platform app with Visual Studio via .net MAUI, but when I try to do
device.ReadReport(OnReport);
I get the response: ‘System.PlatformNotSupportedException: “Operation is not supported on this platform.”’. I also tried changing the project with xamarin but I get the same result. Can you tell me how I can solve this?The text was updated successfully, but these errors were encountered: