4,194 questions with Developer technologies | .NET | .NET MAUI tags
Issue to MAUI app
Hi, Is Azure the best option for DB of Maui app? Any samples for having few forms on one Maui project?
Developer technologies | .NET | .NET MAUI
Detected package version outside of dependency constraint: Xamarin.AndroidX.Activity.Ktx 1.10.1.3 requires Xamarin.AndroidX.Activity (>= 1.10.1.3 && < 1.10.2) but version Xamarin.AndroidX.Activity 1.11.0 was resolved.
I changed my Android project´s target framework from .NET 9.0 to .NET 10.0 and then I installed all the NuGet package updates. I can debug my Android project on my Google Pixel 8a (Android 16.0 - API 36) and I don´t get an error. But I get this…
Developer technologies | .NET | .NET MAUI
Command doesn't trigger
I Updated the xaml with a swipeView I fixed the button, but the swipe dosent work <?xml version="1.0" encoding="utf-8" ?> <syncfusion:SfPopup x:Class="Scan2Cart.Views.PopUps.CartPage" …
Developer technologies | .NET | .NET MAUI
Extension method must be defined in a non-generic static class
I get the error Extension method must be defined in a non-generic static class in my Azure Function project in Visual Studio Code. But I cannot change public class NewFunction to public static class NewFunction because then I get 'NewFunction.log':…
Developer technologies | .NET | .NET MAUI
Platform Theme not changing when switching UserAppTheme
Hello, I wanted to dynamically switch the theme in my app (https://learn.microsoft.com/en-us/dotnet/maui/user-interface/system-theme-changes?view=net-maui-10.0#set-the-current-user-theme), but realized that the platform-specific UI still has the theme…
Developer technologies | .NET | .NET MAUI
WebView does not load on Windows
Hello, I have a WebView component, which has a Source, WidthRequest and HeightRequest attribute, but it doesnt show up when im debugging on Windows Machine. The component works on Android perfectly. Is there some setting I have to enable for it to be…
Developer technologies | .NET | .NET MAUI
Android renders blank screen when performing absolute navigation via NavigationPage on .NET 10
Hi, We have a .NET 10 MAUI mobile application that uses Microsoft.Maui.Controls navigation (INavigation / NavigationPage) and have observed a platform inconsistency when performing absolute (reset) navigation. The application does not use Shell. The…
Developer technologies | .NET | .NET MAUI
why the click can go through the Grid in .net maui?
I have grid and it can click throught to control that beside it. why? there is two grid and I want to user do not click to the grid beside it. <Grid> <Button Text="click" VerticalOptions="center"…
Developer technologies | .NET | .NET MAUI
MAUI Multi-Program Architecture - Plugin Firebase not installed
Hi, I have developed MAUI multi program architecture, I have implemented crash analytics for this one i have installed plugin.firebase(3.0.0) in android but while I am trying in IOS project we got an below error. Could not find a part of the path…
Developer technologies | .NET | .NET MAUI
Cannot add my MAUI app to a TestFlight via Transporter. It always complains about a certificate.
I cannot add my MAUI app to a TestFlight via Transporter. It always complains about a certificate. I can add my 'Hello World' app from XCode to a TestFlight using the same exact certificate without a problem.
Developer technologies | .NET | .NET MAUI
Issue with navigation of menu options from first tab of the flyout page
In my MAUI app, the homepage is implemented as a FlyoutPage, with the flyout serving as a menu and the detail section as a TabbedPage. The TabbedPage contains two tabs: "Alerts" and "Home." Both tabs include a menu button that opens…
Developer technologies | .NET | .NET MAUI
When building maui app iOS getting build issues
<!-- Failed to upload "MauiAppiOSSample.zip" --> Basically, I am building a .NET MAUI iOS app with a Kotlin Multiplatform SDK that contains a sample class, a sample method, and a print statement. Step 1: iOSBindingSampleSDK.zip <!--…
Developer technologies | .NET | .NET MAUI
net maui windows platform how to remove collectionview multiple selection mode checkbox?
net maui windows and mac platform how to remove collectionview multiple selection mode checkbox? when we remove checkbox ? Is it still working selected event ? or how redesign checkbox with custom handler ? Thanks
Developer technologies | .NET | .NET MAUI
How can I make screenshots and videos in the correct resolution from my game so that I can add them to the App Store?
I have already tried to make a short video from my game. My iPaid Air was connected to my MacBook Air and I have played my game on my iPad Air and simultaneously I recorded a video with the QuickTime player. The video has the following…
Developer technologies | .NET | .NET MAUI
iOS: Loading Overlay Sometimes Fails to Dismiss After Async Operation
I have a method in my .NET MAUI app that triggers a loading overlay with a spinning sync icon whenever it runs. When execution reaches the finally block, the overlay and icon should be removed. This works consistently on the Windows emulator, but on iOS…
Developer technologies | .NET | .NET MAUI
How can I install an old Visual Studio Community version?
I want to install Visual Studio Community version 17.14.14 instead of the current version 17.14.19. I have already uninstalled all other Visual Studio versions. How can I install Visual Studio Community version 17.14.14? I have downloaded the VS 17.14.14…
Developer technologies | .NET | .NET MAUI
MAUI: Issue with FlowDirection
My home page is a FlyoutPage and its FlowDirection is RightToLeft, because I need to open the flyout(menu pop up) from the right side. The detail page is TabbedPage with 3 children. The first child is an AlertsPage and if we click on any alert it will…
Developer technologies | .NET | .NET MAUI
Count is not visible on the tab icon
My home page is a flyout page and the detail page is a tabbed page. In the tabbed the first tab is a list of alerts. My problem is with the alerts unread count. I want to show the unread count on top of the bottom tab of alert icon. Please check the…
Developer technologies | .NET | .NET MAUI
PDF and Image visibility issue
I am migrating a Xamarin Forms project to MAUI. I have a custom webview for showing the pdf and image files in Xamarin Forms and I migrated it to a handler in MAUI. But the pdf and images are not visible on the UI in MAUI. Using this thread I have…
Developer technologies | .NET | .NET MAUI
I get the warning: observer object was not disposed manually with Dispose() multiple times when I start debugging my iOS project on my iPad Air
I get many messages(in debug mode) in the Visual Studio Output window that I don´t understand and I don´t know where these messages come from when I debug my iOS project on my iPad Air. My iPad Air is connected to my MacBook Air. I get the warning:…