3,147 questions with .NET MAUI tags

Sort by: Updated
2 answers

Is it possible to play videos on Android with a native video player?

In one project the following code for Xamarin MediaManager works. But I have another project where I use the same code and there it is not working. The problem is that the video is not correctly displayed in full screen because there is a small free area…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,147 questions
asked 2024-06-22T10:01:05.73+00:00
Kim Strasser 811 Reputation points
commented 2024-07-03T21:59:55.78+00:00
Kim Strasser 811 Reputation points
2 answers

.NET MAUI Google maps return an error when following the detailed guide to setup.

I have created an new .Net Maui 8.0 application. From there I have faithfully followed the setup at "https://learn.microsoft.com/en-us/dotnet/maui/user-interface/controls/map?view=net-maui-8.0#setup" After every step I have built the project…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,147 questions
asked 2024-07-02T09:48:31.2233333+00:00
Paul Sumner 0 Reputation points
answered 2024-07-03T11:38:46.3566667+00:00
Paul Sumner 0 Reputation points
0 answers

Whitescreen when reopen a MAUI app from background when app was first opened from push message

Hi, we have a maui blazor app and there is a strange behavior on Android. The app receives push message from firebase. When app is completely closed (not in background) and an incoming push message is clicked the app opens and handles the push message.…

Azure Notification Hubs
Azure Notification Hubs
An Azure service that is used to send push notifications to all major platforms from the cloud or on-premises environments.
295 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,147 questions
Microsoft Intune Android
Microsoft Intune Android
Microsoft Intune: A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.Android: An open-source mobile platform based on the Linux kernel, developed by Google, and maintained by the Open Handset Alliance.
260 questions
asked 2024-07-02T10:53:40.18+00:00
alask 0 Reputation points
edited a comment 2024-07-03T09:16:30.0133333+00:00
Leon Lu (Shanghai Wicresoft Co,.Ltd.) 71,596 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

Maui for Android OCR project Using latest maui and android versions

Hello All. I created new maui project based on an Ocr for Android example. And it start build ok but after a while it throw this error. Please any help to fix this. Thank you. Build…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,147 questions
asked 2024-07-02T10:46:36.0166667+00:00
Haviv Elbsz 2,026 Reputation points
accepted 2024-07-03T06:56:28.62+00:00
Haviv Elbsz 2,026 Reputation points
1 answer One of the answers was accepted by the question author.

Issues with certain libraries included for specific frameworks

We have certain nuget packages available for different target frameworks either Android or IOS or just .net8.0 ,this is controlled via csproj , Is there any better way to let my .cs files know that it has to build only for this target frameworks other…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,147 questions
asked 2024-06-26T09:34:46.0866667+00:00
Manickam, Suraj 300 Reputation points
accepted 2024-07-03T05:10:45.1766667+00:00
Manickam, Suraj 300 Reputation points
0 answers

How to apply search in collection view with portion loaded data?

i want to display filtred product in collectionview defined as: <CollectionView Grid.Row="0" Grid.ColumnSpan="3" IsVisible="{Binding IsNoResult, Converter={StaticResource…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,147 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,579 questions
XAML
XAML
A language based on Extensible Markup Language (XML) that enables developers to specify a hierarchy of objects with a set of properties and logic.
785 questions
asked 2024-06-24T16:24:32.32+00:00
Kaouthar GR AOUICHAOUI 80 Reputation points
commented 2024-07-03T01:42:27.98+00:00
Leon Lu (Shanghai Wicresoft Co,.Ltd.) 71,596 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

MAUI: Slider header is not moving

I have a slider in my UI and I am not able to move it properly. Below is the code: <Slider x:Name="watchme_slider" Grid.Column="1" BackgroundColor="White" MinimumTrackColor="#1c98d7" …

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,147 questions
asked 2024-07-02T07:08:24.18+00:00
Sreejith Sreenivasan 851 Reputation points
accepted 2024-07-02T13:07:50.7166667+00:00
Sreejith Sreenivasan 851 Reputation points
1 answer

Only one app running in MAC?

Hi, Does this code work on MAC, only one app running ? Thanks, public partial class App : Application { private static Mutex mutex = new Mutex(true, Assembly.GetEntryAssembly().GetName().Name); public App() { if…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,147 questions
asked 2024-06-26T12:02:14.2933333+00:00
Dani_S 3,206 Reputation points
commented 2024-07-02T10:42:32.45+00:00
Dani_S 3,206 Reputation points
1 answer

Maui MediaPicker.Default.CapturePhotoAsync windows doesn't display camera

When I run the app is the VS 2022 on Windows 10 the MediaPicker.Default.CapturePhotoAsync method displays the camera and allows me to capture a photo. When the app is published and installed on Windows 10 the MediaPicker.Default.CapturePhotoAsync method…

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
11,077 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,147 questions
asked 2024-04-30T16:15:24.1733333+00:00
Grant Schaffer 25 Reputation points
edited a comment 2024-07-02T09:04:09.67+00:00
Wenyan Zhang (Shanghai Wicresoft Co,.Ltd.) 28,631 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

MAUI .NET 8 on Android - throwing an exception

I have created a new MAUI .NET 8 project and migrated the Xamarin forms project code. When I tried to run the project with the Android device with Visual Studio Windows, which threw the exception below, 1>MSBUILD : java.exe error JAVA0000: Error in…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,147 questions
asked 2024-07-01T12:26:36.5066667+00:00
Aneetha 25 Reputation points
accepted 2024-07-02T06:57:09.2266667+00:00
Aneetha 25 Reputation points
1 answer

Need Help Diagnosing Maui runtime Crash in iOS App

Hi everyone, I'm experiencing a crash in my iOS app and would appreciate some assistance in diagnosing the issue. The crash report indicates a SIGABRT (signal 6, abort trap) caused by an abort() called in the main thread. Here are the relevant details…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,147 questions
.NET Runtime
.NET Runtime
.NET: Microsoft Technologies based on the .NET software framework.Runtime: An environment required to run apps that aren't compiled to machine language.
1,136 questions
asked 2024-07-01T03:39:18.5466667+00:00
Jonathan Abraham 0 Reputation points
edited a comment 2024-07-02T01:38:20.52+00:00
Wenyan Zhang (Shanghai Wicresoft Co,.Ltd.) 28,631 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

Hamburger menu freezing on one view only in Release build

I have a view in my AppShell that works totally fine in the Debug build. When I navigate to that view in the Release build using the hamburger menu, the application freezes on the screen that I was on prior to navigation. I can still use the hamburger…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,147 questions
asked 2024-06-18T19:09:03.39+00:00
Fred Kozlowski 20 Reputation points
commented 2024-07-01T19:44:13.59+00:00
Fred Kozlowski 20 Reputation points
1 answer

Why is the browser name is missing from the userAgent string of the browser when running the MAUI Blazor project on iPad?

Hi Guys, I am working on a MAUI Blazor project. In it, I am handling the drag operation based on the browser name that is present in the userAgent property. The userAgent property gives the name of the browser when running in the windows. But when I…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,147 questions
asked 2024-07-01T10:06:33.4+00:00
MAUI Blazor Developer 0 Reputation points
answered 2024-07-01T16:22:16.5033333+00:00
Bruce (SqlWork.com) 60,386 Reputation points
1 answer

MAUI .NET 8 on iOS - throwing an exception

I have created a new MAUI .NET 8 project and migrated the Xamarin forms project code. When tried to run the project with the iOS simulator with Jetbrains Rider, which threw the exception below, 2024-06-26 18:04:18.531738+0530 SKM_MOBILE[13228:278431]…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,147 questions
asked 2024-06-27T05:34:07.4666667+00:00
Aneetha 25 Reputation points
answered 2024-07-01T12:07:44.52+00:00
Aneetha 25 Reputation points
0 answers

MAUI ios app build fail with doesn't have a target for 'net8.0-ios/iossimulator-x64'

After updating my laptop from an Intel-based Mac to a Silicon-based Mac, I am unable to build my project . In my project i am targeting ios only . The error message I received is as…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,147 questions
asked 2024-06-28T18:17:27.3566667+00:00
RAgib Noor 1 Reputation point
commented 2024-07-01T06:58:15.05+00:00
Leon Lu (Shanghai Wicresoft Co,.Ltd.) 71,596 Reputation points Microsoft Vendor
0 answers

Looking for DX12/11 sample for MAUI

We're currently working on porting our 3D rendering SDK to support MAUI for Windows, and we already have support for .NET8 Winforms, WPF on Windows, and MAUI on Android and iOS. Are there any DX12 or DX11 based samples or demos that we might have…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,147 questions
asked 2024-06-26T11:01:14.3333333+00:00
AGNIHOTRI Sahil 1 Reputation point
edited a comment 2024-07-01T05:40:36.63+00:00
Leon Lu (Shanghai Wicresoft Co,.Ltd.) 71,596 Reputation points Microsoft Vendor
0 answers

.Net Maui, use gestures on tabbed page

Hi, I have a tabbed page with 2 tabs, on one tab I have and image that I would like the user to be able to use touch to pinch zoom and pan the image around. I use this to show the image: <Grid x:Name="imageView"…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,147 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,579 questions
asked 2024-06-28T23:38:06.1833333+00:00
Phunction 226 Reputation points
commented 2024-07-01T04:12:18.2166667+00:00
Leon Lu (Shanghai Wicresoft Co,.Ltd.) 71,596 Reputation points Microsoft Vendor
1 answer

how to bind ios .a library?

I am using .net ios(not maui or xamarin). I have framework of ios. and want to bind it to .net ios. I use mac to compile the framework to libxxxx.a and how to bind it? I add the libxxxx.a to my project but nothing generated. and I create ios Binding…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,147 questions
asked 2024-06-30T15:13:37.3733333+00:00
mc 4,026 Reputation points
edited the question 2024-07-01T00:40:53.1333333+00:00
Leon Lu (Shanghai Wicresoft Co,.Ltd.) 71,596 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

can not set background color in .net ios?

I created .net ios (not xamarin.ios and MAUI). Window = new UIWindow(frame: UIScreen.MainScreen.Bounds); var rootView = new MainController(); Window.RootViewController = rootView; Window.MakeKeyAndVisible(); in MainController View.BackgroundColor =…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,147 questions
asked 2024-06-26T04:57:45.58+00:00
mc 4,026 Reputation points
accepted 2024-06-30T02:29:50.17+00:00
mc 4,026 Reputation points
1 answer

how to recognize invoice/tax image using camera ?

I am using .net ios. I want to use invoice /tax recognize image . you may say I can use VisionKit. but it require IOS 16. I want to use may iOS 11? how to do it in oc(not swift)?

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,147 questions
asked 2024-06-28T15:28:37.0866667+00:00
mc 4,026 Reputation points
edited an answer 2024-06-29T19:17:49.7033333+00:00
Bruce (SqlWork.com) 60,386 Reputation points