Error while using stripe android sdk native interopt
I am trying to bind stripe sdk of android in .net maui. I try template and it works fine. But, when i try it, it is binding and when i call , it gets me…
Maui app in mac using VS Code stop working
Hi, Maui app in mac using VS Code stop working. I got this error. Using .Net 8.
Hot restart issue
I always get this error message..., is the same for Individual or Enterprise keys. What goes wrong? My Apple keys ID-s are all valid, I have a paid Apple Developer account
Create exe for .NET MAUI windows
I am developing a windows application in .NET MAUI using Visual Studios 2022. I need to test it on another machine so I publish the app and create MSIX file. But when I install the certificate there, it is installed successfully but on executing the…
Handle unhandled exception in MAUI
Hi, I used .Net 7 , vs 17.4 in windows. Is there place where i can treat unhandled exception in MAUI app like IN WPF ? Thanks,
How to fix the blank screen after splash screen on .net maui app
I have an application that I have deployed to an ios device that is now showing a black screen after the splash screen is loaded. I am running the latest xcode, vs versions and the project is targeting .net 9. What should I be looking for as a…
When using NavigationPage as the main page, I do not receive back button events.
Hi, in App.xaml.cscs I have my main page initiated like this: MainPage = new NavigationPage(new MainPage()); However when I do that, this event is never called from any of my pages: protected override bool OnBackButtonPressed() If I use …
When will .NET9 support Android 16?
The Android16 schedule is available at: https://urldefense.com/v3/https://developer.android.com/about/versions/16/overview?hl=ja;!!GCTRfqYYOYGmgK_z!-0ob263aKfjnL10jL8aXmnXe6VLQBhB_v0ZpqhMTFR_9_9T40wfij8KDzfRoSOlGhpcoEryYgm86zKOiW8RVI9oKicpv7ZOICSfG$…
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" …
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…
Permanent MAUI config file survives update of application
Hello experts I have a MAUI C# code below, for reading and writing a text file of user setting (like colors, ids, last state..) of MAUI application. Works perfect (development)! (MAUI Android and MAUI Windows) But what happends with this setting file, if…
Called multiple times
Minimal code example AppShellViewModel public partial class AppShellViewModel { private readonly IConnectivity _connectivity; public AppShellViewModel(IConnectivity connectivity, NoInternetPopUp noInternetPopUp) { …
MAUI: Serilog log file is not creating
I am trying to write all log details to a file and send that to our server using an API. I am using Serilog for this. I did below steps: Installed Serilog, Serilog.Extensions.Logging and Serilog.Sinks.File. MAUIProgram.cs added below code: public static…
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,…
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…
Unable to Save Edited DOCX File in MAUI App
When using the OpenFile() method to open Word documents from a file path such as "content://com.app.fileapp.fileprovider/doc_files/demo_241211113315.docx," I am able to edit the document but encounter an issue when attempting to save it—I'm…
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 clear navigation stack in App Shell
I'm currently using the App Shell in my application. I would like to clear the previously opened pages in my app. How to clear the previously opened pages in MAUI App Shell?
Firebase crashlytics not listing any crashes did from MAUI mobile app
I did below steps to Set Up Firebase Crashlytics in my .NET MAUI app. Created a new project in firebase console and added android and ios project. Downloaded the google-services.json file and GoogleService-Info.plist file and added it on the project.…
When adding a new source at the end of the previous song finished, the plugin media element will report an error
I want to realize that auto play next song when the previous song was finished playing,so I add a function for the event of mediaended, and add a new source by the mediaelemen object's properties source(mediaelement.source) ,however it report a bug, I…