WebView Navigated Event Not Triggered in .NET MAUI
I am experiencing an issue with the WebView control in my .NET MAUI app where the Navigated event does not fire after navigation. Here’s the scenario: The Source property of the WebView is set to a valid URL. I have subscribed to the Navigated event…
Is it possible in .net Maui to get access to the current binding for a bindableproperty?
I want to be able to access the binding for a bindable property not the bound value the BindingBase that was created that controls the binding process. Specifically I want to get the path that was specified when the binding was created (usually in…
.NET MAUI and flutter
I’m still new to .NET but have a basic understanding of C#. I’ve also worked with Flutter, but I find its extensive widgets overwhelming and hard to read. This has made me consider focusing on .NET instead. For someone relatively new to .NET but familiar…
.NET MAUI Migration from Xamarin.forms
Hi, as a result of migrating from xamarin to .NET MAUI, using the migration tool “Upgrade Assistant” provided by microsoft, I have resolved the various errors related to solution compilation. The code compiles correctly and even manages to emulate on…
unexpected behavior when navigating between pages in my Maui App using AppShell .
I'm using AppShell for navigation in my .NET MAUI application. However, sometimes when I click on a menu item, an unexpected new line appears at the top of my app. This line remains visible until I completely exit the application. What could be causing…
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…
Burn Selected Folders/Files in CD-Rom
Hi, I have treeview of drive/folders + files as you see . While pressing on copy command I copied the selected files to temp folder. I want code that will burn this files with all folder structure not only the files to CD-ROM. Can you please supply all…
Unable to display alert after modal popup
I have an issue I am unable to solve. In this code: var popupPage = new myPopup(); var taskCompletionSource = new TaskCompletionSource<bool>(); // Set up an event to resolve the task when the modal is dismissed popupPage.Disappearing += (s, args)…
iOS app crash in release mode
My iOS app crashes after installation on a device through distribution, but it works fine in debug mode. How can I check why my app crashes after installation on an iPhone? I am using the latest .NET 9.0.
The Webview does not display PDF
iOS is displaying pdf but android WebView does nothing. I want to open a pdf from a web resource on WebView. But the WebView does not render the pdf. On the other hand the webpages are displayed on WebView without any problem.
NET MAUI Splash Screen Not Displaying logo.png on Android 14 and 15
I am developing a .NET MAUI application and facing an issue with the splash screen when installing the app on physical devices running Android 14 and 15. The splash screen only displays the purple background, but the logo.png image (with a white…
Which tool we should we for Windows application automation? WinAppDriver or Selenium or Appium?
I try to use WinAppDriver but It is not working properly. It has many issues in setup only. I did all installation correctly, but it is still showing bad capabilities error. https://github.com/microsoft/WinAppDriver/issues/1848 Is there any alternative…
MAUI CollectionView selected item error
Hello. I starts to learn MAUI Enterprise apps patterns and I found en error (or unexpected behavior) in CollectionView. In my example, I have TrainingsViewModel whitch have ObservableCollection of TrainingViewModel property named as AllTrainings. This…
increase the bindings performance
Hello happy new year to everyone I am trying to increase performance on my xaml Since I updated to .Net 9, I got this warning Binding was not compiled because it has an explicitly set Source property and compilation of bindings with Source is not…
how to resolve The Android SDK licenses acceptance failed. These must be accepted to continue using Android. For more details, check the Xamarin Output. Double-click on this message to try this again.
Good morning, everyone. I'm trying to create a mobile application using .NET MAUI with .NET 9. When I attempt to debug the application by selecting Android Emulators, it asks me to accept the android-sdk-license. I click "Accept," and after…
Refresh the map
I need some help in refreshing the map, when the internet is back on Since the map doesn't have any refresh, I am using the pages stack to reload the page interface public interface IAppService { Task NavigateToPage(string pageName); …
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 update version in apk maui application automatically?
Hi, i'm using .net maui 8 for Android , and i publish my application in a remote server and when i update my application automatically by comparing version in update.json file. I can't update version in my app. how to do that?
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…
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…