3,043 questions with .NET MAUI tags

Sort by: Updated
1 answer

.net maui grouping data binding not working, displays blank lines.

My listview does not bind correctly, I'm getting blank lines. ( I'm missing something in the code) (in debug) the for each loop show there is data in the Items object but it does not show up in the listview. Xaml <?xml version="1.0"…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,043 questions
asked 2024-05-30T12:51:24.5833333+00:00
tim 140 Reputation points
commented 2024-06-12T12:54:36.57+00:00
tim 140 Reputation points
0 answers

How to select multiples images on iOS using .NET MAUI

I'm using .NET MAUI and I want to select multiple images in iOS gallery (photos folder). I tried 2 libraries to do so. The first one is FilePicker, here is the implementation public class PicturePickerImpl : IPicturePicker { async public…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,043 questions
asked 2024-06-12T12:51:17.79+00:00
Wyllis Monteiro 21 Reputation points
0 answers

how to write ios without storyboard?

related https://learn.microsoft.com/en-us/answers/questions/1693595/how-to-write-code-in-cs-file-in-xamarin-ios write in cs file.

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,043 questions
asked 2024-06-12T12:43:50.4366667+00:00
mc 3,806 Reputation points
1 answer One of the answers was accepted by the question author.

When device is locked/using another app, if Navigation occurs it will fail and leave a blank page.

In android, if the user decides to lock their device, the app shows blank page if the navigation happens during this period. In my scenario we are popping the page. I am using .net 8 Please let me know if you need any other details. thanks in advance.

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,043 questions
asked 2024-06-05T12:14:30.1033333+00:00
Keerthana Krishna 60 Reputation points
accepted 2024-06-12T12:11:36.03+00:00
Keerthana Krishna 60 Reputation points
1 answer

Seeking Alternatives to UIMenuController for Text Input Field Customization

I'm currently working on migrating a Xamarin.Forms project to MAUI, where I need to customize the behavior of text input fields, especially on iOS. Previously, in Xamarin.Forms, I utilized UIMenuController to manage options like copy, paste, and cut.…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,513 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,043 questions
asked 2024-05-17T06:20:56.7333333+00:00
Omkar Pawar 0 Reputation points
commented 2024-06-12T12:01:05.72+00:00
Victoria 0 Reputation points
1 answer

why can not connect to ios Simulator?

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,043 questions
asked 2024-06-12T03:35:06.8366667+00:00
mc 3,806 Reputation points
answered 2024-06-12T09:50:37.9333333+00:00
MD. MAKSUDUL ISLAM RABBI 0 Reputation points
0 answers

The color of hamburger icon in FlyoutPage always be changed to the white in Maui.

My project is using FlyputPage as follows: <FlyoutPage xmlns="http://schemas.microsoft.com/dotnet/2021/maui" xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml" …

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,043 questions
asked 2024-06-12T08:57:33.9666667+00:00
Junior Jiang 6 Reputation points
edited the question 2024-06-12T09:00:20.1366667+00:00
Junior Jiang 6 Reputation points
0 answers

The color of hamburger icon in FlyoutPage changed to the white in Maui.

My project is using FlyputPage as follows: <FlyoutPage xmlns="http://schemas.microsoft.com/dotnet/2021/maui" xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml" …

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,043 questions
asked 2024-06-12T08:55:57.6533333+00:00
Junior Jiang 6 Reputation points
0 answers

Build error "The type 'BaseVideoView' already contains a definition for 'PlayerStateChanged'" when integrating android library in .net maui application

I have an native android library for video player and added this library(.aar) to android binding library in .net maui 8.0 to integrate the library with .net maui. I have followed the steps in the link…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,043 questions
asked 2024-06-10T10:51:40.6233333+00:00
Suvarna KR 0 Reputation points
commented 2024-06-12T07:36:50.27+00:00
Yonglun Liu (Shanghai Wicresoft Co,.Ltd.) 37,266 Reputation points Microsoft Vendor
2 answers

Mac cursor on button

Hi, In window I did this code and is not working on MAC. How do i fix it ? Thanks, Microsoft.Maui.Handlers.ButtonHandler.Mapper.AppendToMapping("Custom", (handler, view) => { #if WINDOWS using Microsoft.UI.Input; using…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,043 questions
asked 2024-05-30T10:34:02.6266667+00:00
Dani_S 3,046 Reputation points
commented 2024-06-12T07:27:36.42+00:00
Wenyan Zhang (Shanghai Wicresoft Co,.Ltd.) 27,671 Reputation points Microsoft Vendor
0 answers

Migrating PageRenderer from Xamarin to MAUI crashes the app

Hi, I am migrating an app from Xamarin Forms to MAUI. I am currently facing an issue using PageRenderer in MAUI as it is crashing the application. I plan to migrate it to PageHandler in the future and want the code to work in MAUI without many…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,043 questions
asked 2024-06-12T06:51:33.4866667+00:00
Srilekha Chowdary 20 Reputation points
2 answers

Can we create native iOS XCFramework & Android jar files using c# maui code base?

Team, Our plan is to generate iOS XCFramework & Android jar files using c# maui code base to re-use the functionality written in c#. How to generate such libraries. When I tried to generate the library using VS for Mac, I got dll & pdb files,…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,043 questions
Microsoft Intune iOS
Microsoft Intune iOS
Microsoft Intune: A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.iOS: An Apple mobile operating system.
194 questions
asked 2024-06-06T06:15:17.2966667+00:00
Krishna Kishore Bandaru 0 Reputation points
commented 2024-06-12T06:31:37.8+00:00
Krishna Kishore Bandaru 0 Reputation points
1 answer

How to get a particular column from table and display in in label and not in the list in sqlite database in mvvm model

In MVVM model using async connection, I want to retrieve just one column from my async table to a label not to list. all sample I am seeing put all column in the list . I want only one mesa1 column to be displayed in a label.text. public async…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,043 questions
asked 2024-06-08T10:40:43.1+00:00
Gbenga Banuso Odumosu 40 Reputation points
commented 2024-06-12T06:20:47.62+00:00
Leon Lu (Shanghai Wicresoft Co,.Ltd.) 70,476 Reputation points Microsoft Vendor
1 answer

How to activate front camera in MAUI using Media Picker?

Hello... I need to allow my MAUI app users to take a selfie, so that, I need to activate front camera. When using MediaPicker.Default.CapturePhotoAsync rear camera is used. Any help, please? Thanks.

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,043 questions
asked 2024-06-06T20:21:19.8266667+00:00
Jaime Stuardo 66 Reputation points
commented 2024-06-12T05:31:53.2533333+00:00
Leon Lu (Shanghai Wicresoft Co,.Ltd.) 70,476 Reputation points Microsoft Vendor
1 answer

How can I find out if my video view is on top of my game view in my Android .NET 7.0 project?

I want to play a video in my Android .NET 7.0 project. I have installed the NuGet package XamarinMediaManager version 1.2.2: https://github.com/Baseflow/XamarinMediaManager But the problem is that I only hear the sound of the video when I debug on my…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,043 questions
asked 2024-06-09T21:02:21.89+00:00
Kim Strasser 686 Reputation points
commented 2024-06-12T03:00:41.24+00:00
Yonglun Liu (Shanghai Wicresoft Co,.Ltd.) 37,266 Reputation points Microsoft Vendor
0 answers

Page not displaying properly on Android device

I have an app with three pages. The first page is a calculator that works on both Windows and Android devices. However, the second page, which has a more complex calculator, only displays a few grid rows on Android, while it works fine on Windows. The…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,043 questions
asked 2024-06-11T18:05:21.64+00:00
Ron Renninger 0 Reputation points
commented 2024-06-12T02:47:07.1966667+00:00
Yonglun Liu (Shanghai Wicresoft Co,.Ltd.) 37,266 Reputation points Microsoft Vendor
1 answer

How to disable Localization in Windows.

Hello Team, Currently my application configured with the different resx files. So when ever any change in the language in the device it automatically updates with the respective language. I want restrict that. On changes the language, changes should…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,043 questions
asked 2024-06-11T10:08:29.73+00:00
Vaibhav Methuku 80 Reputation points
commented 2024-06-11T10:50:59.7433333+00:00
Vaibhav Methuku 80 Reputation points
0 answers

.NET MAUI Blazor App - CapturePhotoAsync() Opens camera in small size window. How to open camera in full size window?

IN .NET MAUI Blazor App (WINDOWS platform) , I'm using IMediaPicker interface to call CapturePhotoAsync(). It Opens camera in small size window in my desktop/tablet. Every time I have to resize manually. How to open camera in full size window by…

Blazor
Blazor
A free and open-source web framework that enables developers to create web apps using C# and HTML being developed by Microsoft.
1,448 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,043 questions
asked 2024-06-10T15:46:18.47+00:00
Srm 0 Reputation points
commented 2024-06-11T08:16:33.6066667+00:00
Yonglun Liu (Shanghai Wicresoft Co,.Ltd.) 37,266 Reputation points Microsoft Vendor
1 answer

Unable to make full screen splash in .NET MAUI

How can I make splash to display in full screen instead of just at the center of the mobile screen in .NET MAUI? I've tried different base sizes, but not working. Target android version up-to 13. <ItemGroup> <MauiSplashScreen…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,043 questions
C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,458 questions
XAML
XAML
A language based on Extensible Markup Language (XML) that enables developers to specify a hierarchy of objects with a set of properties and logic.
777 questions
asked 2024-06-11T04:27:11.4933333+00:00
Md Mosabbir Alam 0 Reputation points
answered 2024-06-11T08:02:10.25+00:00
Leon Lu (Shanghai Wicresoft Co,.Ltd.) 70,476 Reputation points Microsoft Vendor
1 answer

I need to implement a right-to-left (RTL) Flyout menu to better support RTL languages.

Platform Targets: Android and iOS Issue: I've attempted to use the FlowDirection="RightToLeft" attribute within the Shell, as shown below: <Shell xmlns="http://schemas.microsoft.com/dotnet/2021/maui" …

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,043 questions
asked 2024-06-03T05:49:30.1066667+00:00
Marwa Helweh 0 Reputation points
commented 2024-06-11T06:47:15.2733333+00:00
Yonglun Liu (Shanghai Wicresoft Co,.Ltd.) 37,266 Reputation points Microsoft Vendor