3,424 questions with .NET MAUI tags

Sort by: Updated
1 answer

Can't open Storyboard after migrating from Xamarin.iOS to .NET for iOS

I recently migrated my Xamarin.iOS project to .NET for iOS. Everything went fine so far. Now I'm realizing that I'm not able to work with storyboards anymore. Before the migration I was working with Visual Studio for Mac. To modify storyboards I could…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,424 questions
asked 2024-09-19T12:45:01.2133333+00:00
Marcus Nerger 0 Reputation points
edited the question 2024-09-19T19:51:37.69+00:00
Rob Caplan - MSFT 5,442 Reputation points Microsoft Employee
0 answers

Unable to occupy safe area in IOS

I have added below XAML to my content page still, Content page is not occupying the notch area in IOS xmlns:ios="clr-namespace:Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific;assembly=Microsoft.Maui.Controls" …

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,424 questions
asked 2024-09-19T18:15:59.3633333+00:00
RaviKiran P 0 Reputation points
edited the question 2024-09-19T18:25:31.3566667+00:00
RaviKiran P 0 Reputation points
5 answers One of the answers was accepted by the question author.

maui and iOs 18

My apologies if I am missing something simple here. I submitted an updated maui blazor hybrid app to apple for review and they rejected it because it launched to a blank white screen when they tested on a device running a beta version of iOs18. Looking…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,424 questions
asked 2024-09-13T23:14:25.62+00:00
J Allen 50 Reputation points
edited an answer 2024-09-19T16:32:16.8133333+00:00
Pascal Pereira 0 Reputation points
1 answer One of the answers was accepted by the question author.

Error: dotnet validation failed, an unexpected error occurred No receiver was found for topic xvs/idb/initialize-dotnet-sdk

I got this error when I tried to pair Visual Studio Community 2022 (64-bit) - Preview Version 17.12.0 Preview 1.0 to my iMac: The connection cannot continue because the remote iOS SDK was not found or is corrupted. If the issue persists, please try…

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
5,059 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,424 questions
asked 2024-08-19T15:06:56.6833333+00:00
Kim Strasser 1,036 Reputation points
commented 2024-09-19T16:28:22.05+00:00
Tony Manzella 0 Reputation points
0 answers

Title in flyout doesn't show

Hello @Anonymous Do you remember this post https://learn.microsoft.com/en-us/answers/questions/1637791/transparent-flyout-items Where you told me that y flyout items are transparent, because I have to wait for the items to be ready. Well, I have a…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,424 questions
asked 2024-09-15T18:24:06.01+00:00
Eduardo Gomez Romero 405 Reputation points
edited a comment 2024-09-19T13:30:44.27+00:00
Eduardo Gomez Romero 405 Reputation points
0 answers

How to Highlight Arabic text after search with continuity in MAUI

I am using Visual studio 2022 MAUI 8.0 API 33 I am using WebView and label as shown below where WebView is properly highlighting arabic text after search with searched item while label is not showing highlighted text properly. <WebView …

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,424 questions
asked 2024-09-18T16:36:29.26+00:00
Faiz Quraishi 105 Reputation points
commented 2024-09-19T13:28:32.7666667+00:00
Faiz Quraishi 105 Reputation points
0 answers

Splash screen in between navigation.

While navigating back async from one page to another page i can able to see the splash screen in between navigation. FYI - im using default navigation provided by maui This is happing while doing Navigation.PopAsync(); Thanks Vabihva Methuku

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,424 questions
asked 2024-09-19T12:06:37.2933333+00:00
Vaibhav Methuku 80 Reputation points
2 answers One of the answers was accepted by the question author.

MacCatalyst: Tooltips are not functional

Hi, I'm in net 8. and i'm using ToolTipProperties.Text and is work after long time and not work when I change it runtime. Thanks, .

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,424 questions
asked 2024-08-29T11:06:25.1533333+00:00
Dani_S 3,746 Reputation points
commented 2024-09-19T10:49:30.32+00:00
Dani_S 3,746 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,424 questions
asked 2024-09-05T11:57:54.2766667+00:00
Dani_S 3,746 Reputation points
accepted 2024-09-19T10:44:20.2433333+00:00
Dani_S 3,746 Reputation points
1 answer

Maui app issue

Hi, How to verify .Net Maui App is fine to work within Android? Any example?

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,424 questions
asked 2024-09-09T08:29:11.0866667+00:00
Peter_1985 2,666 Reputation points
commented 2024-09-19T10:18:39.81+00:00
Peter_1985 2,666 Reputation points
1 answer

Union between two lists doesn't work

Union between two lists doesnt work getting error in unionlist= groupsa.Union(groupsb); @page "/SetTheory" @using System.ComponentModel.DataAnnotations; <PageTitle>Set Theory</PageTitle> <div> SET A …

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,424 questions
asked 2024-09-18T10:39:39.0766667+00:00
Kalyan A 125 Reputation points
commented 2024-09-19T09:44:27.1833333+00:00
Wenyan Zhang (Shanghai Wicresoft Co,.Ltd.) 30,746 Reputation points Microsoft Vendor
0 answers

.NET MAUI: The App is breaking with custom WebView on the iOS Platform

We are using a webview to show the HTML data on the UI. We add a custom webview to increase the font size of the html data in ios platform. MyWebView public class MyWebView : WebView { public static readonly BindableProperty UrlProperty =…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,424 questions
asked 2024-09-12T11:24:04.86+00:00
Sreejith Sreenivasan 896 Reputation points
commented 2024-09-19T09:37:31.7633333+00:00
Wenyan Zhang (Shanghai Wicresoft Co,.Ltd.) 30,746 Reputation points Microsoft Vendor
1 answer

OnBackButtonPressed() is not triggering.

I'm working with the Android - Maui application, I had overridden the OnBackButtonPressed() method in the page, unfortunately on clicking on hardware back button in android the method is not getting triggered and the application is closing. Thanks. …

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,424 questions
asked 2024-09-19T04:44:04.6333333+00:00
Vaibhav Methuku 80 Reputation points
commented 2024-09-19T08:39:29.4933333+00:00
Leon Lu (Shanghai Wicresoft Co,.Ltd.) 74,641 Reputation points Microsoft Vendor
0 answers

Problems with binding Google's TapAndPay SDK on .NET MAUI

Has anyone had any luck integrating Google's TapAndPay SDK with .NET MAUI? I'm looking to support in-app card provisioning from my MAUI app to Google Pay Following the standard project setup does not map the methods correctly. I've tried mapping the…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,424 questions
asked 2024-09-19T00:47:32.76+00:00
jsidri 0 Reputation points
commented 2024-09-19T08:31:26.8533333+00:00
Leon Lu (Shanghai Wicresoft Co,.Ltd.) 74,641 Reputation points Microsoft Vendor
1 answer

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,424 questions
asked 2024-09-09T09:07:17.1933333+00:00
Ei Ei Phyu 0 Reputation points
edited an answer 2024-09-19T06:32:54.7166667+00:00
Leon Lu (Shanghai Wicresoft Co,.Ltd.) 74,641 Reputation points Microsoft Vendor
4 answers

.net maui 8 - how to implement a button that fills its horizontal space, and has conents left justified?

Id like to create a button that fills its horizontal space (width of parent) , and has its own contents left justified. It seems this was what StartAndExpand did, but it is now deprecated. I can ofcourse implement my own button using a Border/frame…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,424 questions
asked 2024-09-05T10:16:06.29+00:00
Søren Kurgan Jacobsen 0 Reputation points
answered 2024-09-19T06:30:25.58+00:00
Søren Kurgan Jacobsen 0 Reputation points
0 answers

Failed to publish Maui App after adding localization for Info.plist

Hi, I followed this documentation https://learn.microsoft.com/en-us/dotnet/maui/fundamentals/localization?view=net-maui-8.0#ios-1 to localize description of permissions for iOS. What I've done: InfoPlist.strings files: InfoPlist.string: …

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,424 questions
asked 2024-09-09T10:51:44.03+00:00
Ainur Almurzina 0 Reputation points
commented 2024-09-19T06:14:04.3666667+00:00
Yonglun Liu (Shanghai Wicresoft Co,.Ltd.) 42,081 Reputation points Microsoft Vendor
0 answers

Application causes freeze/slowness after using for some time

Hi, We have migrated our app into MAUI. In Android devices or even in emulator release mode if I use the application for some time it starts getting slow and eventually freezes or crashes. It generally happens when I click on a button, and some operation…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,424 questions
asked 2024-09-11T03:54:14.4966667+00:00
Ankit Saxena 0 Reputation points
commented 2024-09-19T06:13:34.5266667+00:00
Yonglun Liu (Shanghai Wicresoft Co,.Ltd.) 42,081 Reputation points Microsoft Vendor
1 answer

is there any roundabouts for design tab in .net maui?

Hello, I'm just started to study .net maui but I stuck on UI design in .net maui project. In WPF project, I could use design tab to correct UI easily. but I can't use that in .net maui. is there anyone or site to teach how to design UI in .net maui…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,424 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.
805 questions
asked 2024-09-16T13:26:12.72+00:00
c00012 716 Reputation points
commented 2024-09-19T05:46:35.53+00:00
Leon Lu (Shanghai Wicresoft Co,.Ltd.) 74,641 Reputation points Microsoft Vendor
1 answer

How to remove Unnecessary Space around WebView

I have WebView and label inside VerticalStackLayout of Collection View. I have tried lot with margin=0 and padding=0 and other alignment options but still extra unnecessary white space is appearing,The extra space is of WebView itself, which I dont know…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,424 questions
asked 2024-09-16T16:27:58.55+00:00
Faiz Quraishi 105 Reputation points
commented 2024-09-19T05:38:04.2966667+00:00
Leon Lu (Shanghai Wicresoft Co,.Ltd.) 74,641 Reputation points Microsoft Vendor