Content
Maui - publish as exe and create exe with icon
Hi, I publish my MAUI app as follow and create executable file dotnet publish -f net6.0-windows10.0.19041.0 -c Release -p:WindowsPackageType=None -p:WindowsAppSDKSelfContained=true…


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 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
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…


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"> …
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 - 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 - 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…


(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 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…


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:…