Content
MAUI: Listview isvisible property is not working from the code behind?
I am trying to show the selected image or file on my UI on a listview. So initially the listview's IsVisible I set to false and after picking item I set the IsVisible property to true. My problem is after picking item the listview is not visible on the…
How do I programmatically "restart" an Android app in.Net maui?
How do I programmatically "restart" an Android app in.Net maui? I have been trying to restart the application when the system reboot in .net maui app AndroidManifest.xml BootBroadcastReceiver.cs using global::Android.App; using…
Help with Microsoft.Graph upon upgrading from version 4.x.x to 5.x.x
I understand that Microsoft Graph Client Library, Microsoft.Graph, API is quite different when upgraded from 4.x.x to 5.x.x. I use this library for accessing OneDrive files. I have no problem with MSAL authentication that precedes file access but would…
Property not being set
Hi In my MAUI app I am calling OnItemTapped method from a command. I have implemented IsBusy logic in OnItemTapped to avoid it being executed again until it is done. At the end of OnItemTapped method I am setting IsBusy to false. However IsBusy…
Server 2022 - Maui app with net .7 is not working
Hi, I installed Maui app on server 2019 with this command and its works but on server 2022 its not work: dotnet publish -f net7.0-windows10.0.19041.0 -c Release -p:WindowsPackageType=None -p:WindowsAppSDKSelfContained=true…
Maui Hybrid Power Bi embeded report ios issue
What is a proper way to configure power bi reports on ios for Maui blazor hybrid app. My current solution works in web, win, android but not in IOS, on IOS it opens power bi report iframe in safary(instead of rendering in app web view) and does not show…
Steps to upgrade my Xamarin Forms app to .net MAUI using MAC
Hi, I'm trying to upgrade my Xamarin Forms app to .net MAUI using Mac, but i'm unable to add ".net upgrade assistant" into my nuget extension. Could someone please help me with the steps on how to upgrade using Mac system. Thanks in…
Empty space occurs in secondary toolbar item MAUI
Here is my toolbar item In secondary toolbar item, empty space occurs before first element. <Shell.ToolbarItems> <ToolbarItem IconImageSource="fontsize" Order="Primary"/> <ToolbarItem…
Unable to run MAUI Android app
Hi, Why I am suddenly getting this error when trying to run MAUI's Android app? /Users/jassim/Downloads/MyApp: Error JAVA0000: Error in…
Is MAUI a production ready to upgrade an iOS/Android Xamarin Forms project to?
We have iOS and Android apps written with Xamarin Forms. We know XF has reached end of life and the upgrade path is to move to MAUI. However, MAUI gets very negative comments and I'm wondering if this upgrade is really a good idea. See the comments at…
Unable to get Tab bar and Flyout together in the shell.
Is there any way to get both Tab bar and Flyout in the Shell in. NET MAUI. Documentation says it is not possible, is there any way to create a custom Flyout or Tab bar in the same Shell.
MAUI: Dependency injection is not working
I have a dependency injection in my project for getting the device unique id. It is working fine in my xamarin forms project, but when I add it on my MAUI project the result is blank. My code IDevice public interface IDevice { string…
How to setup a TabbedPage inside a Flyout after success authentication logic in MAUI?
Is it possible to setup a Tabbed Page inside a Flyout option in MAUI? My code was working fine in XamarinForms, but it is showing some extra white space after the tabbar in MAUI. Tried Code <?xml version="1.0" encoding="utf-8"…
MAUI: How to add splash screen in android platform
I am trying to add splash screen on my new MAUI application. I tried the implementation on this blog but the image is in circle (Android 12 device) and only showing black and white color on the icon. Is there anyway to show the real color of the icon on…
How to use 'manual entry' as the Input type as default from the TimePicker for Android
Hello After clicking on the TimeEdit opens a popup where the default style looks like this But I want to use 'manual entry' as the Input type the default Please help me ti have an option for this!!!!
.NET MAUI Blazor POS App Freezing Issue when Using Physical Barcode Scanner on Android
I'm working on a Point of Sale (POS) application using .NET MAUI and Blazor, specifically targeting Android devices. Everything has been going well so far, but I've encountered a frustrating issue that's got me stumped. Whenever I connect or disconnect a…
.NET Maui: how do you process low memory notifications from iOS
iOS sends warnings to an app when it approaches its memory limit. How do you process those warnings in a .NET Maui app? (I see that for Android, .NET Maui supports delegates OnApplicationLowMemory and OnApplicationTrimMemory, but I do not see any such…
How do click events get introduced into the hierarchy in UWP (or Maui in general)? What function puts them in?
I am attempting to design my own click management system based on a WindowOverlay: https://github.com/dotnet/maui/tree/5e77c2a28a278f8e00f31d9692da2543c8086d6e/src/Core/src/WindowOverlay In Windows, this method just adds a W2DGraphicsView _graphicsView…
MAUI: The content page and pop up pages are breaking in normal running
I am facing a weird issue in my new MAUI project. When LIVE running in visual studio all of my pages are working fine. But when I open the app normally, the app is breaking on some of the pages, but no issue in LIVE running. The same pages are working…
Make Customize splash screen
Can anyone make like this below fully customize splash screen that also runs for android 12 and later versions also? with background images as well