Microsoft Q&A

.NET MAUI

1,071 questions

A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.

Browse all .NET tags

10 questions with .NET MAUI tags

Sort by: Updated
0 answers

Releas on Physical device Huawei crash but not on Samsung

Hi to all, As per title I have a maui application that is working on debug mode everywere: huawei, samsung, emulator. On release mode is working on Emulator and Samsung but not Huawei. This is the error: This information is generated from the Crash…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
1,071 questions
asked 2023-03-05T15:34:37.3566667+00:00
vanKraster 176 Reputation points
edited the question 2023-03-05T15:47:23.6833333+00:00
vanKraster 176 Reputation points
0 answers

.NET MAUI Blazor Hybrid (.NET 7) Twitter Timeline Embed not working on iPhone iOS

https://stackoverflow.com/questions/75490851/net-maui-blazor-hybrid-net-7-twitter-timeline-embed-not-working-on-iphone-io

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
1,071 questions
Blazor
Blazor
A free and open-source web framework that enables developers to create web apps using C# and HTML being developed by Microsoft.
880 questions
asked 2023-02-18T02:45:04.6+00:00
seanrco 0 Reputation points
0 answers

Supporting older iOS Version in MAUI

We have been developing an application and I was using the latest VS with .NET 7 and the latest Xcode (14.1) but unfortunately when I do a release it was working only with 16 or higher as my colleagues told, but some people have old iphone and their…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
1,071 questions
asked 2023-01-25T09:54:01.48+00:00
Ertan Dagistanli 21 Reputation points
edited the question 2023-01-25T10:05:05.13+00:00
Ertan Dagistanli 21 Reputation points
0 answers

In .NET MAUI, how can I implement zooming and scrolling functionality in a GraphicsView element?

Dot NET version - 7 Platform - Android or iOS Vishal studio - latest updated ///Xaml code <ScrollView Orientation="both"> <GraphicsView x:Name="graphicsView"> …

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
1,071 questions
asked 2023-01-25T03:05:11.13+00:00
S GAIKWAD 206 Reputation points
edited the question 2023-01-25T03:24:12.51+00:00
S GAIKWAD 206 Reputation points
0 answers

Why does MAUI iOS not build with "$placeholder$.scale" factors in the project file?

Since my last upgrade of VS, in the MAUI project file, if the second ItemGroup is present, the project will not build. It previously did. It will build for Android and Windows projects. <ItemGroup> <None…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
1,071 questions
asked 2023-01-22T16:43:02.17+00:00
Marc George 66 Reputation points
edited the question 2023-01-22T16:52:54.97+00:00
Marc George 66 Reputation points
0 answers

.Net MAUI - Android TV - Displaying Now Playing card

First of all, I know that Maui not supporting android TV now, however, the code I need for this is included in.NET MAUI from Xamarin Forms and Android.Media.Session I just can't apply the code correctly or I'm missing something from these…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
1,071 questions
asked 2023-01-15T00:13:29.49+00:00
Abanoub Zak 26 Reputation points
0 answers

.Net MAUI - Android TV - Displaying Now Playing card

first of all, I know that Maui not supporting android TV now, however, the code I need for this is included in.NET MAUI from Xamarin Forms and A[ndroid.Media.Session][1]. I just can't apply the code correctly or I'm missing something from these…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
1,071 questions
asked 2023-01-15T00:00:29.6966667+00:00
Abanoub Zak 26 Reputation points
edited the question 2023-01-15T00:04:39.9833333+00:00
Abanoub Zak 26 Reputation points
0 answers

(Realm) Bind Picker to IEnumerable<T>

Hi everyone, I want to ask how to Bind Picker to IEnumerable<T>. I am using Realm for local database in MAUI android project. Based on Realm's guidance (Data Binding), Realm advises against using ToList(). Therefore, in my ViewModel I design it…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
1,071 questions
asked 2023-01-04T02:02:01.773+00:00
Fahmi Lestian Ramdhani 1 Reputation point
0 answers

.Net Maui missing DPad for android TV

Hello, I'm trying to publish an application on Android TV, but my app was rejected because it doesn't have D-Pad functionality support. Now, how I suppose to give to the user the ability to navigate between my app elements including the…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
1,071 questions
asked 2022-12-28T12:57:56.417+00:00
Abanoub Zak 26 Reputation points
0 answers

XamlCompiler.exe fails with code -1073741515 on GitLab CI

I am trying to set up CI on GitLab for my MAUI Project. My setup uses a Windows Runner with a Docker Container that uses the following .gitlab-ci.yml ` image: mcr.microsoft.com/dotnet/sdk:6.0 stages: - build build_job: stage:…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
1,071 questions
.NET CLI
.NET CLI
A cross-platform toolchain for developing, building, running, and publishing .NET applications.
290 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.
7,551 questions
asked 2022-12-12T17:46:42.843+00:00
Lucas 1 Reputation point