Get Image Orientation .NET MAUI
I’m trying to figure out how to get the image rotation on Android/iOS devices using .NET MAUI. I have the following code to get the Image Width and height. NOTE: I allow the user to select an image from their device. This is the <path_to_image>.
Get Image Orientation .NET MAUI
I’m trying to figure out how to get the image rotation on Android/iOS devices using .NET MAUI. I have the following code to get the Image Width and height. NOTE: I allow the user to select an image from their device. This is the <path_to_image>.
Android 14 (API Level 34) Fatal Exception: java.lang.SecurityException One of RECEIVER_EXPORTED or RECEIVER_NOT_EXPORTED in .Net MAUI
anyone face this issue in .NET MAUI.
Are compiled bindings disabled when using StaticResource for Source?
Quoted from the official documentation title Compiled bindings:
What’s the meaning when configuring multi-targeting use TargetFramework.StartsWith in Maui?
I am creating a MAUI project that supporting iOS and Android platforms.
Problem Binding ObservableCollection in Release Mode Android NET MAUI
I have 3 ObservableCollections for 3 “Tarea” lists: assigned, inprogress and completed. In Debug mode are showed perfectly but in release mode the app is closed when i enter to the page.
How to display appicon with Image in .NET MAUI?
I created a brand new .NET MAUI project.
The default XAML is given as follows.
CultureInfo.InstalledUICulture not working on iOS 17.6?
I used CultureInfo.InstalledUICulture
in my .NET MAUI App.
How to implement latest MAUI Service Release
I have a MAUI App that uses Blazor Hybrid, and there is a bug that causes it to display a blank page in iOS 18 beta.
NET MAUI CollectionView iOS Application Scroll Performance Degrades After Initial Smoothness
I’m developing an iOS application using .NET MAUI and encountering a performance issue with a CollectionView. When the application first opens, scrolling works perfectly smooth. However, after scrolling a few times (approximately 10 scroll up and down actions), the scrolling begins to slow down and stutter noticeably.