adding a maui class library to maui project - fails to find reference to a method when compiling
Hi, I am using VS 2022, net 9.0 I have a Maui App project with a reference to Maui Class Library project. The reference is loaded correctly and I can reference the method in MauiProgram.cs, ( can do right click and go to implementation) I have set the…
How to Remove the Gray Line Between FlyoutItem and ShellContent in .NET MAUI Shell
I am working on a .NET MAUI Shell application and have noticed an issue where there is an unwanted gray line appearing between the FlyoutItem and the ShellContent. This line appears when navigating between the FlyoutItem and the ShellContent in my app's…
How to use SelectedIndexChanged or CommandParameter with CommunityToolkit.Mvvm
I am using CommunityToolkit.Mvvm with ObservableObject and ObservableProperty. In the MVVM pattern, how can I trigger the SelectedIndexChanged event for a Picker when an item is selected, or handle changes in an Entry when typing into the textbox? …
How can I symbolicate my iOS crash report?
I have uploaded my application to TestFlight but it always crashes when I start it on my iPad. I have tried to open the crash report file crashlog.crash in Xcode-->Window-->Devices and Simulators. But the crash report is not symbolicated. How can I…
Weird disappearing error
I have a very weird error where everything disappears after a while and I think the fault is here <?xml version="1.0" encoding="utf-8" ?> <ContentPage x:Class="METROWIND.Views.NewsPage" …
Developing Cross-Platform MAUI Applications with VB.NET
Is it possible to develop cross-platform MAUI applications using VB.NET? Guidance and resources on this topic have been difficult to find.
Custom fonts not working when uploading Maui Android project to Play Store
I have added custom fonts in the font directory of my Maui project's Resources directory and updated the MauiProgram.cs file accordingly. The fonts work fine when I deploy the application using Visual Studio, but when I publish the app and upload it to…
Can't deploy Visual Studio Net 9.0 project with Android
While deploying a Visual Studio Net 9.0 project, it occasionally gives a warning: This project is not suitable for Android, check for errors. After deploying the project with Windows, it can be deployed on Android. This situation is repeated from time to…
compile binding help
So I am trying to follow the docs <HorizontalStackLayout BindingContext="{x:Reference slider}" x:DataType="Slider"> <Label Text="{Binding Value}" /> <Label Text="{Binding Text,…
Splash Screen is not showing on Android 12 and Below but Splash Screen Working on Android 13 and Above
Hello, I am facing an issue where my splash screen works correctly on Android 13 and above, but when I try to run my app on Android 12 and below, I just see a blank screen. Previously, I encountered issues after installing the APK where the splash screen…
Windows Surface Laptop 7 (ARM) - VS 2022 17.12.3 - MAUI - Hot Restart iOS - Object reference not set to an instance of an object.
Hello - going a bit kookoo here. Working on a MAUI app, not updated to 9 yet. It debugs, builds and can push to test group in Google Play Store. I'll preface all this next bit with this... I was not able to test at all on a physical usb connected iOS…
[iOS] MAUI app crashing when calling function from external library in Release mode, but works in Debug mode
MAUI .NET 9, 9.0.21, targeting iOS and Android I'm observing the app crashing on iOS when running in Release mode build from TestFlight on physical device, but works when running in Debug mode in simulators. The app crashes when a particular method is…
Cannot install maui workload version 8.0.100
Hi everyone, I am trying to install maui workload in version 8.0.100 - I have .NET SDK 8.0.401 installed. When executing "dotnet workload install maui --version 8.0.100" I get an error saying that Version 8.0.100 of package…
How to enable Share Extension(iOS) in .net MAUI App
Unable to add iOS share extension for my .NET MAUI app.
How to create a pdf with net maui android
I have been looking for a while for a way to create a pdf with my android device using net maui, but on the net I have not found many alternatives, almost all of them are not fully compatible, especially the image management, is there another way?
How to make text wrap automatically in a custom dropdown for Android in .NET MAUI?
I’m working on a .NET MAUI project using .NET MAUI 8 and targeting Android API Level 34 (Android 13). <uses-sdk android:minSdkVersion="21" android:targetSdkVersion="34" /> What I’ve Tried: I ensured the layout for the…
Build fails after updating Plugin.FirebasePushNotifications to 3.0.17
After updating Plugin.FirebasePushNotifications to version 3.0.17, my iOS build fails with Undefined symbols for architecture x86_64 errors related to FirebaseAnalytics. I need guidance on resolving this and identifying the correct NuGet packages for…
How to determine what triggered MAUI iOS OnActivated?
Since OnActivated() in App.Delegate is initialized under a number of circumstances other than the return from an app being in the background to the desktop, i.e. a phone call, is there any way to determine who the initiator was?
COMException -2147023728 when calling BackgroundTaskRegistration in MAUI WinUI project
I downloaded the C#/WinRT example here for implementing background tasks and it runs successfully, but it's a WPF app. Attempting to do the same in a single or multi-project MAUI app results in COMException -2147023728 when calling…
In MAUI it will re-open my APP when I quit and open another app
in MAUI Platform IOS: I open my app and open Page1 and then tab the screen to open another APP and then quit that APP then return to my APP the Page1 is disappeared and it is the home page. does it closed and re-open? how to keep the Page1(or other…