3,481 questions with .NET MAUI tags

Sort by: Updated
0 answers

Edit functionality doesn't work Blazor

I got the below code from Copilot, Add Delete works but Edit doesn't work , it is updating any number even out of range the valid range is 50. @page "/Todo" @using System.ComponentModel.DataAnnotations; @using…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,481 questions
asked 2024-10-04T13:50:42.07+00:00
Kalyan A 205 Reputation points
edited the question 2024-10-04T13:51:08.01+00:00
Kalyan A 205 Reputation points
1 answer One of the answers was accepted by the question author.

Configure Visual Assets

I'm trying to configure the details when I publish my .NET Maui app using the Project>Publish>Edit App Manifest. In the Visual Assets tab, I can't figure out where to change the "$placeholder$.png" labels after I use the Asset Generator.…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,481 questions
asked 2024-09-09T15:34:40.17+00:00
Fritz Switzer 281 Reputation points
accepted 2024-10-04T12:54:18.8566667+00:00
Fritz Switzer 281 Reputation points
0 answers

How to Drag and Drop Outlook Attachments into a .NET MAUI Application?

I’m working on a .NET MAUI application that allows users to drag and drop file attachments from Outlook. I have successfully implemented drag-and-drop functionality for files from Windows Explorer, but I’m facing challenges when trying to do the same…

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
11,573 questions
Outlook
Outlook
A family of Microsoft email and calendar products.
3,814 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,481 questions
asked 2024-10-02T21:03:12.09+00:00
Ansh 0 Reputation points
commented 2024-10-04T12:38:25.46+00:00
Ansh 0 Reputation points
0 answers

SVG icons in android app

Is it possible to use SVG icons in Android applications? Do I need to add any dependency to the project, something like this is written in the doc. Is it possible to describe in more detail how to work with them in XAML and C#?

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,481 questions
asked 2024-10-04T11:59:18.1+00:00
валера карманов 141 Reputation points
0 answers

Exception when linking to Microsoft Store Purchase API library from Blazor MAUI Windows App

Hi, I am have written multile Microsoft Store Apps in the UWP and WPF frameworks and published them to the Store. These apps all have to and do call the Microsoft Store Purchase API. Now I'm building a Blazor MAUI Store App and have found apps in the…

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,575 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,481 questions
Microsoft Partner Center API
Microsoft Partner Center API
Microsoft Partner Center: A Microsoft website for partners that provides access to product support, a partner community, and other partner services.API: A software intermediary that allows two applications to interact with each other.
337 questions
asked 2024-09-06T17:05:40.2066667+00:00
Richard Freytag 61 Reputation points
commented 2024-10-04T11:51:25.5833333+00:00
philip bray 0 Reputation points
0 answers

Adding Entitlements.plist for securestorage in maui throwing error related to Entitlements.xaml

my Entitlements.plist contents is as follows <?xml version="1.0" encoding="UTF-8" ?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,481 questions
asked 2024-10-04T11:27:43.0333333+00:00
Jose KJ 0 Reputation points
edited the question 2024-10-04T11:35:27.45+00:00
Jose KJ 0 Reputation points
2 answers

Maui app issue

Hi, How to verify .Net Maui App is fine to work within Android? Any example? The build version is MauiXaml

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,481 questions
asked 2024-09-09T08:29:11.0866667+00:00
Peter_1985 2,666 Reputation points
edited a comment 2024-10-04T11:24:03.8966667+00:00
Rachid Labiëd 0 Reputation points
1 answer

Range validator in MAUI Blazor

Here is a simple app to Add numbers from 0 to 100 , after which I like to perform some statistical operations. Add Insert works fine , I can restrict only 0 to 100 Delete works fine. When editing it is accepting all numbers , I like to restrict 0 to…

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,575 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,481 questions
asked 2024-09-05T09:48:22.2233333+00:00
Kalyan A 205 Reputation points
commented 2024-10-04T09:59:18.8566667+00:00
Wenyan Zhang (Shanghai Wicresoft Co,.Ltd.) 31,166 Reputation points Microsoft Vendor
0 answers

Tab Bar Content Titles Trimmed After Navigating to Custom WebView in .NET MAUI iOS App

I'm encountering an issue in my .NET MAUI application on iOS where the titles in the TabBar's ShellContent are being trimmed or cropped. This issue occurs only after navigating to a page that contains a WebView (referred to as "AppWebView") and…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,481 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,905 questions
asked 2024-09-24T09:32:40.7366667+00:00
Nikhil Kurian 0 Reputation points
commented 2024-10-04T09:58:34.1033333+00:00
Wenyan Zhang (Shanghai Wicresoft Co,.Ltd.) 31,166 Reputation points Microsoft Vendor
1 answer

How can I check for updates from within a Windows app in .NET MAUI?

I am developing a windows application using .NET MAUI planform. I am deploying it to the user using the appinstaller file. I configured the appinstaller file to check for update in the background every 8 hour once. What I also need is to check for update…

Windows App SDK
Windows App SDK
A set of Microsoft open-source libraries, frameworks, components, and tools to be used in apps to access Windows platform functionality on many versions of Windows. Previously known as Project Reunion.
783 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,481 questions
asked 2024-09-28T19:13:18.2666667+00:00
Lohith K K 105 Reputation points
edited a comment 2024-10-04T08:40:01.4533333+00:00
Lohith K K 105 Reputation points
0 answers

It is not clear how the "LineHeight" property works for the "Label" element

Contains code for the class "DataTemplate" var offerPrice = new Label { FontSize = 40, LineHeight = -2, BackgroundColor = Color.FromArgb("#fff") }; offerPrice.SetBinding(Label.TextProperty, "price"); return new Border…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,481 questions
asked 2024-10-03T07:44:35.64+00:00
валера карманов 141 Reputation points
commented 2024-10-04T08:28:28.07+00:00
валера карманов 141 Reputation points
1 answer

Flyout flickering problem

I have been working in a feature, that lets the user enter in compact mode I had an issue where the title doesn't show, I fix that, with the help of the awesome @Anonymous I am facing some issues, where the shell takes some time, to go the right…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,481 questions
asked 2024-09-25T08:19:39.4433333+00:00
Eduardo Gomez Romero 525 Reputation points
commented 2024-10-04T08:07:34.0466667+00:00
Yonglun Liu (Shanghai Wicresoft Co,.Ltd.) 42,351 Reputation points Microsoft Vendor
0 answers

MAUI iOS - HideSoftInputOnTapped is not working issue

I have an MAUI .NET 8 project, I am facing an issue that When I click outside the custom entry when it has focus, it won't lose focus and won't hide the soft keyboard even when I Set HideSoftInputOnTapped="True". But this issue does not happen…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,481 questions
asked 2024-09-24T09:29:56.11+00:00
Aneetha 65 Reputation points
commented 2024-10-04T08:06:09.7466667+00:00
Yonglun Liu (Shanghai Wicresoft Co,.Ltd.) 42,351 Reputation points Microsoft Vendor
0 answers

Crash on .NET MAUI Android - JNI 'Deleted Global Reference' Error

It has been quite challenging to identify the exact cause of this issue. If anyone has any insights or suggestions on how to trace which library or line of code might be responsible, I would greatly appreciate your help.   10-04 13:07:10.445 20018…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,481 questions
asked 2024-10-04T08:03:46.4566667+00:00
PavanKumar Bandi 0 Reputation points
1 answer

Title in flyout doesn't show

Hello @Anonymous Do you remember this post https://learn.microsoft.com/en-us/answers/questions/1637791/transparent-flyout-items Where you told me that y flyout items are transparent, because I have to wait for the items to be ready. Well, I have a…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,481 questions
asked 2024-09-15T18:24:06.01+00:00
Eduardo Gomez Romero 525 Reputation points
commented 2024-10-04T08:01:25.3166667+00:00
Yonglun Liu (Shanghai Wicresoft Co,.Ltd.) 42,351 Reputation points Microsoft Vendor
0 answers

What will happen to performance when creating this layout?

There is a layout As I see it, it can be done on 7 "FlexLayout" elements. It will not harm the performance, and how good is this option. Maybe it is possible to somehow optimize the layout so that to use a minimum of layouts

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,481 questions
asked 2024-10-03T09:14:24.5533333+00:00
валера карманов 141 Reputation points
commented 2024-10-04T07:57:04.66+00:00
валера карманов 141 Reputation points
1 answer

Text localization

I want to add the ability to use languages in my application, but from what is written in the doc. it is not clear at all. I am interested in a couple of questions. In which folder to create resource files. You can use the Resources/Languages folder,…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,481 questions
asked 2024-10-03T11:26:40.09+00:00
валера карманов 141 Reputation points
commented 2024-10-04T07:50:36.75+00:00
валера карманов 141 Reputation points
0 answers

The user can determine which page will be the main one.

I want to add a setting to the application so that the user can determine which page will be loaded as the "main" when the application is launched. Do I understand correctly that this should be defined in the "App" class, but then…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,481 questions
asked 2024-10-04T07:11:54.2166667+00:00
валера карманов 141 Reputation points
0 answers

Get user data before downloading the application

I'm trying to add a login page to an Android app. There are no problems with the page itself, the issue is how to get user data before loading the app, namely. public partial class App : Application { public App() { InitializeComponent(); var…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,481 questions
asked 2024-10-04T07:06:07.21+00:00
валера карманов 141 Reputation points
1 answer

How to move the creation of the layout for the "DataTemplate" class into a separate function?

There is such a code CollectionView _collection = new CollectionView { RemainingItemsThreshold = 10 }; _collection.ItemTemplate = new DataTemplate(_GetDataTemplate); private Border _GetDataTemplate() { var flexLayout = new FlexLayout { Direction =…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,481 questions
asked 2024-10-03T07:58:25.77+00:00
валера карманов 141 Reputation points
answered 2024-10-04T06:55:29.6166667+00:00
валера карманов 141 Reputation points