Skip to main content

Questions tagged [maui]

.NET Multi-platform App UI (MAUI) lets you build native apps using a .NET cross-platform UI toolkit that targets the mobile and desktop form factors on Android, iOS, macOS, Windows, and Tizen. .NET MAUI is the successor of Xamarin.Forms and is now part of the .NET ecosystem, rather than a separate library.

0 votes
0 answers
13 views

Why does a picker in a CollectionView set the SelectedItem binding to null?

I have a picker inside a CollectionView that should select a predefined item ColorNav but when it starts the item is not selected. XAML: <StackLayout> <Label Text="...
luis_m's user avatar
  • 3
0 votes
0 answers
9 views

Mobile.BuildTools for MAUI

I am trying to setup Mobile.BuildTools for MAUI. Currently I am using Xamarin Forms, Mobile.BuildTools V1.4(Secrets.json) with Microsoft App center deployment. which is working fine. I am migrating my ...
Nalluri's user avatar
  • 101
0 votes
0 answers
13 views

Make wwwroot folder and file writable after publish in a Maui Hybrid Blazor application

I have a nuget package for print pdf, but the path of the pdf file has to be in wwwroot folder Nuget Package Print So i generate the pdf and save it to the wwwroot file and then call the print service,...
Edgar Gomez's user avatar
0 votes
0 answers
12 views

How can I dismiss the49.maui.BottomSheet within the ViewModel?

So I've done some searching, attempted to ask ChatGPT, and tried several different methods, but I cannot, for the life of me, get the bottom sheet to dismiss. I have a Page called CategoryItemPage ...
flip's user avatar
  • 555
0 votes
0 answers
13 views

Improving Location Accuracy in .NET MAUI User Tracking Application

I'm developing a user tracking application using .NET MAUI, but I'm encountering significant issues with location accuracy. The captured latitude and longitude often show incorrect positions, even ...
Selva K's user avatar
0 votes
0 answers
21 views

Binding list to CollectionView crashes app in Release mode but not Debug

In my MAUI app I have a CollectionView that I'm binding to a list generated from a SQLite Database. It works perfectly fine when debugging, but if I try to set the build to release then the app ...
rgorr's user avatar
  • 340
0 votes
0 answers
19 views

Error handling of Maui Community Toolkit CameraView

How is it possible to handle errors when using e.g. Maui Community Toolkit CameraView? In one example it throws CommunityToolkit.Maui.Core.CameraException and crashes the app. How can this handled? ...
Kasper Sommer's user avatar
0 votes
0 answers
19 views

How to add continuous speech/talk - .NET MAUI

I have the below .Net MAUI code that works great. I want to add continuous speech, I mean when I speak, the recorder must not stop until I press stop button. In the below code, when I stop speaking, ...
Alice's user avatar
  • 95
0 votes
0 answers
9 views

Improving Polyline Accuracy and Display in Blazor WebAssembly with Leaflet.js Using MAUI-Captured Data

I'm developing a user tracking application using MAUI for capturing latitude and longitude data. This data is then displayed as a polyline using Leaflet.js in a Blazor WebAssembly application. However,...
Selva K's user avatar
0 votes
1 answer
10 views

MAUI .NET 8 iOS - Span TapGestureRecognizer not working

I have created a new MAUI .NET 8 project and migrated the Xamarin forms project code. In iOS, the span text TapGestureRecognizer is not working. gesture_Tapped event is not triggered. var sp2 = new ...
Anitha v's user avatar
-1 votes
0 answers
26 views

Issue with Deploying iOS App and Share Extension in .NET MAUI Using Visual Studio Code

I am working on implementing an iOS share extension for my .NET MAUI app, following the documentation provided here. I am using Visual Studio Code and have set up two projects: AppContainer and ...
Alpay Çalışır's user avatar
1 vote
1 answer
31 views

MAUI .NET 8 - Xamarin Migrated project

I have created a new MAUI .NET 8 project and migrated the Xamarin forms project code. In my project, I used RelativeLayout for UI design on all the pages, now this RelativeLayout is outdated in MAUI. ...
Anitha v's user avatar
0 votes
0 answers
22 views

Razorpay payment gateway integration in maui app

I am currently developing an eCommerce shopping app using .NET MAUI, and I am looking to integrate an online payment gateway. While everything is going smoothly, I have encountered a challenge with ...
Shubham's user avatar
0 votes
0 answers
16 views

Java.Lang.Exception: 'Bind service failed' when trying to create an object instance from aar

This is a MAUI app running in an Android device, the aar library is provided by a third party unitech vendor, an RFID reader device. The exception Java.Lang.Exception: 'Bind service failed' is thrown ...
Guillermo Ruffino's user avatar
0 votes
0 answers
20 views

Access is Denied from Microsoft.Maui.Resizetizer

I have been working on a port from .NET Xamarin to .NET MAUI with .NET 8 With much pain, I've been making progress (Maui is VERY buggy and quirky). All of a sudden my builds fail with this error: ...
DA Consulting's user avatar

15 30 50 per page
1
2 3 4 5
492