2,868 questions with .NET MAUI tags

Sort by: Updated
0 answers

Why is there no command for pan gesture reconizer? tap gesture recognizer has one.

using gesture recognizer in a graphics view. Tap gesture allows commands, while pan and pinch do not. I need to respond to these in the view model. Is there some technical reason that these gestures do not allow commands? …

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,868 questions
asked 2023-10-18T23:53:50.3733333+00:00
Steve Brooke 40 Reputation points
commented 2023-10-23T08:28:18.5266667+00:00
Leon Lu (Shanghai Wicresoft Co,.Ltd.) 68,651 Reputation points Microsoft Vendor
0 answers

Differentiating between Android virtual keyboard input and barcode reader input in a .NET MAUI Blazor application

I'm currently working on a .NET MAUI Blazor application for Android and have encountered an issue regarding the identification of input sources. Specifically, I need to distinguish between input from the Android virtual keyboard and input from a barcode…

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,390 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,868 questions
asked 2023-10-20T04:48:50.3533333+00:00
Lasitha Lankajeewa 0 Reputation points
commented 2023-10-23T07:35:32.9833333+00:00
Leon Lu (Shanghai Wicresoft Co,.Ltd.) 68,651 Reputation points Microsoft Vendor
0 answers

Scrollview Doesnot work inside MAUI community toolkit popup

I have a simple layout. like <toolkit: popup> <border> <scrollview> <verticalstacklayout / </scrollview> </border </toolkit: popup> My scroll view is not working. it works in content page only fails in…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,868 questions
asked 2023-10-21T08:33:20.2733333+00:00
Gnana Priya N 0 Reputation points
commented 2023-10-23T06:26:25.0333333+00:00
Leon Lu (Shanghai Wicresoft Co,.Ltd.) 68,651 Reputation points Microsoft Vendor
0 answers

How to change the Ripple Effect of a "TabBar/Tab" element in Android using MAUI?

I am aware of the built-in handler for buttons "Microsoft.Maui.Handlers.ButtonHandler" that enables me to change the color of the Ripple Effect after it is created. However, I noticed that there is no handler for TabBar/Tab, only for…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,868 questions
asked 2023-10-22T01:41:11.7466667+00:00
Luiz Henrique 0 Reputation points
commented 2023-10-23T05:48:38.0133333+00:00
Leon Lu (Shanghai Wicresoft Co,.Ltd.) 68,651 Reputation points Microsoft Vendor
2 answers One of the answers was accepted by the question author.

How to view the pdf file from MAUI?

I need to view the pdf file in my MAUI application. Dedicated popup page to view my pdf file with Zoom, pan controls Target platform - Windows

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,868 questions
asked 2023-06-18T15:25:30.0433333+00:00
Sowndarrajan Vijayaragavan 330 Reputation points
answered 2023-10-23T04:17:01.0066667+00:00
winironteam 6 Reputation points
4 answers One of the answers was accepted by the question author.

Save an image using Maui.net graphics

How do I save Maui.net graphics to png file ?

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,868 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,247 questions
asked 2022-06-23T18:14:21.013+00:00
Yusuf 681 Reputation points
accepted 2023-10-22T02:06:48.07+00:00
Yusuf 681 Reputation points
1 answer One of the answers was accepted by the question author.

where can i found some sample code of apple pay in maui ?

where can i found some sample code of apple pay in maui ?

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,868 questions
asked 2023-10-19T03:10:40.3233333+00:00
Fei Xu 490 Reputation points
accepted 2023-10-21T15:05:11.09+00:00
Fei Xu 490 Reputation points
1 answer

MAUI Iphone Executable

I created a maui app and I published it it created a apk file in , I installed the apk file in my android phone and it works. C:\Users\allam\source\repos\MauiBlazorHBE\MauiBlazorHBE\bin\Release\net7.0-android\publish I want to create a similar executable…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,868 questions
asked 2023-10-20T15:47:05.82+00:00
Anonymous
answered 2023-10-20T16:40:11.8466667+00:00
Bruce (SqlWork.com) 56,026 Reputation points
1 answer

VS has no idea how to deal with images

Severity Code Description Project File Line Suppression State Error One or more invalid file names were detected. File names must be lowercase, start and end with a letter character, and contain only alphanumeric characters or underscores:…

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,606 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,868 questions
asked 2022-11-23T16:33:32.323+00:00
Lloyd Sheen 1,376 Reputation points
commented 2023-10-20T14:56:06.75+00:00
Gordon Sulc 0 Reputation points
1 answer One of the answers was accepted by the question author.

maui - tabel view not align properly

Hi, Please see the screen shoot the header are in small letter +the content not align properly no border line outside and inside the table <DataTemplate> <Grid RowDefinitions="auto"…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,868 questions
asked 2023-10-19T09:01:29.2066667+00:00
Dani_S 2,726 Reputation points
accepted 2023-10-20T11:21:49.14+00:00
Dani_S 2,726 Reputation points
1 answer

How to prevent Entry Return to move to next control?

I am using Microsoft.Maui.Controls.Entry object. I am setting the ReturnType to Send Entry entry = new() { ReturnType = ReturnType.Send }; So when completing the keyboard entry and using the Return button, i find the focus is sent to the next input…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,868 questions
asked 2023-10-13T09:57:41.76+00:00
axa88 0 Reputation points
commented 2023-10-20T08:04:47.2533333+00:00
Yonglun Liu (Shanghai Wicresoft Co,.Ltd.) 35,471 Reputation points Microsoft Vendor
0 answers

Notification packages for .NET MAUI Android -- what is their update route beyond net6.0?

Updates for the following Android packages are available for net6.0, but not for .net7.0 or net8.0-preview. I am asking just in case these packages or their equivalent come out in different forms and not to miss out on them. My NuGet installer shows me…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,868 questions
asked 2023-04-16T19:25:49.7833333+00:00
dg2k 1,386 Reputation points
commented 2023-10-20T07:53:01.73+00:00
Peter Midgley 1 Reputation point
1 answer One of the answers was accepted by the question author.

xcode update to xcode15 , old project will raise error in IOS/program.cs

xcode update to version15 my old project code run will raise following error vs 17.7.5 .net 7

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,868 questions
asked 2023-10-19T03:06:34.2066667+00:00
Fei Xu 490 Reputation points
accepted 2023-10-19T13:27:58.0833333+00:00
Fei Xu 490 Reputation points
1 answer

i am new to maui . i wanted to develop windows app which can scan bluetooth low energy and connect with devices

hi there! i am new to maui. can you please guide me towards example or some learning platform of yours, where i can learn about bluetooth that how can we scan and connected which types of files we needs to add or some blog or some apis to implemented.

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,868 questions
asked 2023-10-16T08:52:26.5566667+00:00
ROY SIKANDAR ALI 0 Reputation points
edited an answer 2023-10-19T06:06:51.07+00:00
Yonglun Liu (Shanghai Wicresoft Co,.Ltd.) 35,471 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

NET MAUI and SkiaSharp Integration

Hello fellow developers, I hope you're all doing well. I'm currently working on a .NET MAUI project and I'm facing some issues with integrating SkiaSharp into my application. I've followed the usual steps, but my app is getting stuck with an unhandled…

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,294 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,868 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,247 questions
asked 2023-10-18T13:59:59.7833333+00:00
Yusuf 681 Reputation points
commented 2023-10-19T04:07:00.4366667+00:00
Yusuf 681 Reputation points
1 answer One of the answers was accepted by the question author.

Minimum height and width to maui page

Hi, I have login and main page. How do i set Minimum height and width to these pages ? Thanks in advance,

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,868 questions
asked 2023-04-10T08:33:05.9166667+00:00
Dani_S 2,726 Reputation points
commented 2023-10-19T01:11:03.5866667+00:00
Wenyan Zhang (Shanghai Wicresoft Co,.Ltd.) 26,316 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

maui -Minimum width and minimum height in content page

Hi, i used net 7 + vs 17.4 in main page i used and got null reference on window protected override void OnAppearing() { base.OnAppearing(); this.Window.MinimumHeight = 300; this.Window.MinimumWidth = 600; } first i…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,868 questions
asked 2023-10-17T15:20:42.1666667+00:00
Dani_S 2,726 Reputation points
accepted 2023-10-18T09:03:33.05+00:00
Dani_S 2,726 Reputation points
0 answers

Does Microsoft plan to provide nuget packages to support implementing the Google User Messaging Platform?

Hi, Beginning 16 January 2024, Google will require all publishers serving ads to EEA and UK users to use a Google-certified consent management platform (CMP). I use .NET MAUI in order to create cross-platform applications and I use Google Admob to…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,868 questions
asked 2023-10-17T14:52:08.0366667+00:00
Ben 5 Reputation points
commented 2023-10-18T06:59:44.9133333+00:00
Yonglun Liu (Shanghai Wicresoft Co,.Ltd.) 35,471 Reputation points Microsoft Vendor
1 answer

How to override methods using Maui Handlers

I have a question, when I used Xamarin there was an option to override control's methods using Renderers. Now. MAUI has the concept of Handlers. How can I migrate that functionality to MAUI? I see there's code to change the control's appearance…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,868 questions
asked 2023-10-04T16:38:57.1966667+00:00
Junior Saravia 20 Reputation points
commented 2023-10-18T05:18:12.2966667+00:00
Yonglun Liu (Shanghai Wicresoft Co,.Ltd.) 35,471 Reputation points Microsoft Vendor
1 answer

Do we have Salesforce SDK Support in .Net MAUI?

Hi, Any Salesforce SDK there for .NET MAUI. How can we connect Salesforce with MAUI mobile app.

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,868 questions
asked 2022-11-21T06:00:38.757+00:00
Senthilkumar Kathiresan 6 Reputation points
commented 2023-10-17T14:36:22.78+00:00
Glenn Shesney 0 Reputation points