965 questions with Developer technologies | .NET | .NET MAUI tags

Sort by: Updated
0 answers

MAUI USE OF BING FOR ERROR REPORTING

With the latest releases, when debug deploying my MAUI app to an Android phone, during the early execution Chrome appears targeting Bing with the following URL: "https://www.bing.com/?ref=aka&shorturl=View/SystemErrors/1". The browser…

Developer technologies | .NET | .NET MAUI
asked 2025-07-26T11:41:28.19+00:00
Marc George 191 Reputation points
0 answers

NavigatedToEventArgs

Environment: MAUI app for Android. When I navigate to a certain page, I would like to know what was the previous page. I therefore tried: protected override void OnNavigatedTo(NavigatedToEventArgs args) { base.OnNavigatedTo(args); …

Developer technologies | .NET | .NET MAUI
asked 2025-07-25T11:04:48.89+00:00
Giorgio Sfiligoi 391 Reputation points
0 answers

fragment will tap to another when commit one?

I am using .net android and I have pageA and pageB I will replace pageA with pageB using fragmentManager and then commit it. when after the transaction I can still click the control in pageA but the current page is pageB why?

Developer technologies | .NET | .NET MAUI
asked 2025-07-23T10:56:29.26+00:00
mc 5,611 Reputation points
commented 2025-07-24T01:47:37.0233333+00:00
Starry Night 5 Reputation points
0 answers

color connverter

I have a converter public class SelectedAvatarMultiValueConverter : IMultiValueConverter { public object Convert(object[] values, Type targetType, object parameter, CultureInfo culture) { if(values.Length == 2 && …

Developer technologies | .NET | .NET MAUI
asked 2025-07-01T20:56:04.42+00:00
Eduardo Gomez 3,711 Reputation points
commented 2025-07-23T03:46:46.6733333+00:00
Michael Le (WICLOUD CORPORATION) 770 Reputation points Microsoft External Staff
0 answers

Azure DevOps publish fails for MAUI.NET iOS

This is part of my Azure Pipeline:        - task: Bash@3             displayName: Install MAUI             inputs:               targetType: 'inline'               script: |                 dotnet workload update                 dotnet workload install…

Developer technologies | .NET | .NET MAUI
asked 2025-07-02T20:42:25.2366667+00:00
Milad Xandi 0 Reputation points
commented 2025-07-16T08:04:19.1+00:00
Starry Night 5 Reputation points
0 answers

your system is getting an error exporting cert

I am trying to export an app certificate and your system keeps giving an error

Developer technologies | .NET | .NET MAUI
asked 2025-06-24T16:58:52.6766667+00:00
Paul Jaramillo 0 Reputation points
commented 2025-07-16T01:09:36.3666667+00:00
Starry Night 5 Reputation points
0 answers

In 8 entries, 2 entries text change event not triggered

In a Content View, we have 8 entries, which will change based on one picker. If pickers change the value all the 8 entries value would change, on first time we select the value from the picker all values set correctly, if the values selected previously…

Developer technologies | .NET | .NET MAUI
asked 2025-05-08T05:23:49.3233333+00:00
Jeyamani Sekar 20 Reputation points
commented 2025-07-04T03:35:14.6266667+00:00
Tony Dinh (WICLOUD CORPORATION) 490 Reputation points Microsoft External Staff
0 answers

I keep receiving The parameter is incorrect. Assets/Fonts/Segoe UI.otf is not a valid absolute URI. on Maui WinUI app

I keep receiving The parameter is incorrect. Assets/Fonts/Segoe UI.otf is not a valid absolute URI. on Maui WinUI app, eventhough I don't use this font anywhere and only Sentry seems to find this error. However this error occurs constantly and…

Developer technologies | .NET | .NET MAUI
asked 2025-05-20T14:14:39.6333333+00:00
Hristov, Marian 0 Reputation points
commented 2025-07-02T10:06:45.6233333+00:00
Moose 0 Reputation points
0 answers

Net Maui Android debug on Physical device

I should debug an android app to verify the correct functioning of the InAppBilling package by james Montemagno, as per instructions (https://jamesmontemagno.github.io/InAppBillingPlugin/TestingAndTroubleshooting.html) I have to debug on a physical…

Developer technologies | .NET | .NET MAUI
asked 2025-06-03T15:36:24.6533333+00:00
Antonio Moscati 0 Reputation points
0 answers

Experiencing slow transitions when running MAUI Application on iSafe mobile (IS530.1).

Running Maui applications on both Android and iOS platforms. What I observe is that the same code base has two different experiences on different Android devices. I have observed that the MAUI application is not running as intended in Samsung, ISafe, and…

Developer technologies | .NET | .NET MAUI
asked 2024-08-08T06:00:13.1666667+00:00
Malviya, Mridul Kumar 0 Reputation points
commented 2025-06-03T14:08:46.5466667+00:00
Malviya, Mridul Kumar 0 Reputation points
0 answers

net maui find one tree control for free thanks!

请大神介绍一个树形控件,免费的开源的。谢谢。类似syncfusion的treeview但这个是收费的。Uranium 这个里面有免费开源的吗。只要树形控件就可以。

Developer technologies | .NET | .NET MAUI
asked 2025-06-03T11:40:41.24+00:00
张中伟 80 Reputation points
edited the question 2025-06-03T11:41:17.53+00:00
张中伟 80 Reputation points
0 answers

Problem building for Android: Resources\values\colors.xml : error APT2126

Hi, I've made a MAUI app using VS Code that works on Windows and now I want to run it in an.....

Developer technologies | .NET | .NET MAUI
asked 2025-05-27T09:53:57.24+00:00
HH 5 Reputation points
edited the question 2025-05-31T13:35:24.7833333+00:00
HH 5 Reputation points
0 answers

Issues integrating custom code snippets into Markdown in .NET MAUI docs

Hi, I'm working on a documentation tool to assist new developers with integrating custom code snippets into Markdown files used in .NET MAUI projects. I'm testing different approaches for syntax highlighting and formatting, and I'm referencing examples…

Developer technologies | .NET | .NET MAUI
asked 2025-05-29T15:41:48.75+00:00
CoderLegion 0 Reputation points
0 answers

Undefined symbol when calling AudioToolbox function in native C static library in iOS MAUI

Hi all, I'm integrating a native C static library (libmylib.a) into my .NET MAUI iOS project. The library exposes several C functions. One of them uses the VideoToolbox framework and works fine. Another function uses AudioToolbox, but causes a linker…

Developer technologies | .NET | .NET MAUI
asked 2025-05-28T17:56:10.5166667+00:00
Urs Ammann 0 Reputation points
edited the question 2025-05-29T12:35:11.0933333+00:00
Urs Ammann 0 Reputation points
0 answers

unable to debug and connect to a real IOS device while running my MAUI app from windows

Hi, i had created a MAUI app on windows .netSDK 8.0 and using IOS xcode16 to debug and deploy that on to my real IOS mobile device, but unable to do that and getting a 'self signed root' error while im debuging the same. Tried changing the .netSDK to…

Developer technologies | .NET | .NET MAUI
asked 2025-05-28T04:35:10.6433333+00:00
Shaik Nazeer 5 Reputation points
0 answers

Exception thrown: 'System.NotImplementedException' in Plugin.BLE.dll Exception thrown: 'System.NotImplementedException' in Plugin.BLE.dll An exception of type 'System.NotImplementedException' occurred in Plugin.BLE.dll but was not handled in user code

I am migrating my project from Xamarin forms to Maui.In my project we have Bluetooth functionality implemented using Plugin.BLE. We didn't used Plugin.BLE nuget package instead we used plugin.Ble source code like projects . We are adding those projects…

Developer technologies | .NET | .NET MAUI
asked 2025-05-23T15:10:59.49+00:00
Sk 66 Reputation points
0 answers

.NET MAUI doesn't fullfill entire screen on iOS 18, but is fine on Windows/Android/IOS 16

Hello .NET MAUI doesn't fill entire screen on iOS 18 (see picture of real mobile behaviour) you can recognize MAUI rectange area (background color of Webkit webview controll is full filled on the screen, but all XAMLs like AbsoluteLayout StackLayouts...…

Developer technologies | .NET | .NET MAUI
asked 2025-05-22T08:57:51.76+00:00
Wheelstring 195 Reputation points
edited a comment 2025-05-22T09:06:32.8466667+00:00
Wheelstring 195 Reputation points
0 answers

Image do not bind

This is the VM public partial class AppShellViewModel : BaseViewModel { readonly FirebaseAuthClient _authClient; readonly WeakReferenceMessenger _messenger; readonly IMediaPicker _mediaPicker; [ObservableProperty] LocalUser…

Developer technologies | .NET | .NET MAUI
asked 2025-05-10T00:02:24.8933333+00:00
Eduardo Gomez 3,711 Reputation points
commented 2025-05-13T07:14:59.54+00:00
Eduardo Gomez 3,711 Reputation points
0 answers

MAUI App Icon Not Showing in IOS and Broken Icon in Android

I have created a MAUI application for iOS and Android. The application is working successfully, but the app icon is not displaying correctly. Instead, the default .NET app icon is shown, and on Android, it appears inaccurately. Project…

Developer technologies | .NET | .NET MAUI
asked 2025-05-12T11:30:24.8966667+00:00
Renesh Raj 0 Reputation points
0 answers

Loading pop up

https://reccloud.com/u/nq75s16 <toolkit:Popup x:Class="FireChat.Views.PopUps.LoadingPopUp" xmlns="http://schemas.microsoft.com/dotnet/2021/maui" xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml" …

Developer technologies | .NET | .NET MAUI
asked 2025-05-11T22:16:44.19+00:00
Eduardo Gomez 3,711 Reputation points
edited the question 2025-05-11T22:33:04.89+00:00
Eduardo Gomez 3,711 Reputation points