3,390 questions with .NET MAUI tags

Sort by: Updated
2 answers One of the answers was accepted by the question author.

What would be the best asp.net option that allows a SQL database and communicates with a .NET MAUI frontend?

I am currently working on designing a cross platform application with .NET MAUI. I've decided to migrate my previous database to a SQL database. Looking at the Microsoft documentation, it showed the asp.net core web MVC project as the standard for using…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,504 questions
SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
13,646 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,390 questions
asked 2024-09-08T23:12:50.52+00:00
Anis Redmond 20 Reputation points
accepted 2024-09-10T21:40:17.7233333+00:00
Anis Redmond 20 Reputation points
0 answers

database deference betwen devices

I am using sqlite public class LocalDatabaseService { SQLiteConnection _connection; public LocalDatabaseService() { _connection = new SQLiteConnection(Database.DatabasePath, Database.Flags); …

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,390 questions
asked 2024-09-10T21:19:05.59+00:00
Eduardo Gomez Romero 365 Reputation points
edited the question 2024-09-10T21:22:07.3866667+00:00
Eduardo Gomez Romero 365 Reputation points
1 answer

Does .NET MAUI Support iOS 17.6.1?

I have a general question about MAUI support for 17.6.1. I have an app that works on a 17.5 simulator and a physical device running 15.8 but is rejected by the app store when testing against 17.6.1. My configuration is as follows: CommunityToolkit.Maui…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,390 questions
asked 2024-09-09T20:43:34.3266667+00:00
Steve Kane 0 Reputation points
answered 2024-09-10T21:03:20.9333333+00:00
Bruce (SqlWork.com) 63,916 Reputation points
2 answers

When value of textbox is changed Dropdown is not calculating

I created a code so that Area of Square/Equilateral Triangle can be calculated when selecting dropdown. When I change the dropdown value it works but when textbox is changed please suggest on how to call OnValueChanged @page…

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,552 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,390 questions
asked 2024-09-10T11:53:00.46+00:00
Kalyan A 145 Reputation points
answered 2024-09-10T20:56:34.9633333+00:00
Bruce (SqlWork.com) 63,916 Reputation points
1 answer One of the answers was accepted by the question author.

On CurrentPagechange Event of TabbedPage custom Font is not applied on title of last but one Child Page click item

I have TabbedPage in MAUI 8 and API level 34 . I have multiple tabs loading 3 on each Tab change event, 1-I have applied Font to each child Tab as mentioned…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,390 questions
asked 2024-08-19T16:10:22.2133333+00:00
Faiz Quraishi 65 Reputation points
accepted 2024-09-10T17:30:55.96+00:00
Faiz Quraishi 65 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,552 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,390 questions
asked 2024-09-05T09:48:22.2233333+00:00
Kalyan A 145 Reputation points
commented 2024-09-10T14:57:29.8766667+00:00
Kalyan A 145 Reputation points
0 answers

Unable to install new sdk's using android sdkmanager in visual studio latest version 2022

I am having issue with sdk manager in visual studio 2022. I want to install android 14 (api level 34) using sdk manager but unable to do that. Facing the issue provided in screenshot I am usng latest visual studio version. I am having good internet…

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,335 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,390 questions
asked 2024-09-10T14:56:06.77+00:00
Sk 61 Reputation points
4 answers One of the answers was accepted by the question author.

Why I cannot reference iOS binding library

I created a .net8 MAUI project and an Android and an iOS binding libraries. I can see that in the iOS binding library, the generated classes are created. There are also no errors. But when I tried to reference the classes in the iOS binding library in…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,390 questions
asked 2024-08-20T12:33:07.19+00:00
Wei Wen 1,121 Reputation points
accepted 2024-09-10T14:26:13.38+00:00
Wei Wen 1,121 Reputation points
1 answer

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,390 questions
asked 2024-09-09T15:34:40.17+00:00
Fritz Switzer 261 Reputation points
commented 2024-09-10T13:15:28.43+00:00
Fritz Switzer 261 Reputation points
0 answers

C# App doesn't start up when running Appium WDA on iOS

We are using Appium to test our multi-platform app. (Windows, Android, iOS). This App is written using C# in .Net 8 with MVVMCross. However, since about month or 2 ago, our App crashes on start up on iOS when the Appium xcuitest WebDriverAgent is…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,390 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,827 questions
asked 2024-09-10T12:05:51.0566667+00:00
Joost Jens 0 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,552 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,390 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.
336 questions
asked 2024-09-06T17:05:40.2066667+00:00
Richard Freytag 56 Reputation points
edited a comment 2024-09-10T11:58:16.1+00:00
Jignesh Desai 101 Reputation points
0 answers

ToolTipProperties.Text in MenuFlyoutItem is not working

Hi, I'm in maui windows NET 8, ToolTipProperties.Text is not working. why ? <DataTemplate> <Label Text="{Binding Name}" VerticalTextAlignment="Center" ToolTipProperties.Text="{Binding}" > …

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,390 questions
asked 2024-09-10T11:19:28.8433333+00:00
Dani_S 3,726 Reputation points
0 answers

Different border margins for phones and desktops

I currently have this xaml <CollectionView Grid.Row="1" ItemsSource="{Binding NewsList}" SelectionMode="None"> <CollectionView.ItemTemplate> <DataTemplate…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,390 questions
asked 2024-09-10T10:29:03.5466667+00:00
Eduardo Gomez Romero 365 Reputation points
2 answers One of the answers was accepted by the question author.

MAUI: Splash screen with 2 logos

I am trying to create a splash screen with 2 logos, one on the sender and one as a footer. But I didn't get such type of implementation in MAUI. Is there any way to do it on MAUI? So I tried platform level integration like below for android. Created…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,390 questions
asked 2024-09-05T14:54:04.02+00:00
Sreejith Sreenivasan 876 Reputation points
commented 2024-09-10T10:14:32.5533333+00:00
Sreejith Sreenivasan 876 Reputation points
3 answers One of the answers was accepted by the question author.

.Net MAUI Binding for ListView ItemSelected

Hi all, I am trying to bind the ItemSelected of a ListView to a View Model, but am experiencing some issues (due to my own misunderstands around how it all works). I have view: <?xml version="1.0" encoding="utf-8" ?>…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,390 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,827 questions
asked 2022-12-30T18:55:05.027+00:00
Gavin Beard 21 Reputation points
answered 2024-09-10T09:50:35.2+00:00
Cliff Choongo 0 Reputation points
1 answer One of the answers was accepted by the question author.

API connection error

I cannot believe an API call is giving me errors lol I really don't know what happening. I tested to if my Api call was ok, and it is ok I get 200 status code OK When I put it in Maui strange things happen Windows Android for Android I made sure to…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,390 questions
asked 2024-09-09T00:01:31.2933333+00:00
Eduardo Gomez Romero 365 Reputation points
commented 2024-09-10T09:15:48.1866667+00:00
Leon Lu (Shanghai Wicresoft Co,.Ltd.) 74,316 Reputation points Microsoft Vendor
0 answers

How to copy files from selected directory to application directory in iOS using Maui and Community Toolkit folder picker

I want to copy files from a selected directory to the application directory using Maui and Community Toolkit folder picker in iOS. After using the folder picker, I tried to get a list of files in the directory which resulted in the error "Access to…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,390 questions
asked 2024-09-10T08:51:31.38+00:00
1 answer

Archive MAUI iOS project with Visual Studio 2022 success but no archive generated.

Hi, I am trying to publish my MAUI app to app store. The "Archive" window show build succeeded without warning or error, but there is no archive generated in the "Archives" screen of both visual studio & Xcode. But the archive…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,390 questions
asked 2024-08-02T15:51:00.37+00:00
Siu Pang 0 Reputation points
commented 2024-09-10T08:32:33.0066667+00:00
Siu Pang 0 Reputation points
2 answers One of the answers was accepted by the question author.

How to close MY TOKEN

Hi, I used maui app in mac + vs code in net 8. I used custome token that i get from our system to make call to our custom website. Aim: Before closing the app i need to close the token. Limitations: I can't override the window bacgrounding since all my…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,390 questions
asked 2024-09-05T11:57:54.2766667+00:00
Dani_S 3,726 Reputation points
commented 2024-09-10T08:04:05.2733333+00:00
Dani_S 3,726 Reputation points
0 answers

Camera option didn't appeared on MAUI android .net 8.0 WebView

My WebView does not show the camera functionality when the user interacts with the web page. This issue affects the ability to capture or upload images from the page. I have already added the necessary camera-related permissions to the…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,390 questions
asked 2024-09-09T09:07:17.1933333+00:00
Ei Ei Phyu 0 Reputation points
commented 2024-09-10T07:09:22.1766667+00:00
Leon Lu (Shanghai Wicresoft Co,.Ltd.) 74,316 Reputation points Microsoft Vendor