3,176 questions with .NET MAUI tags

Sort by: Updated
0 answers

MSIX of MAUI app does not installed on Window server 2019

Hi, I search MSIX supported-platforms like following thread, it support on following versions of Windows: Windows 10, version 1709, and later. Windows Server 2019 LTSC and later. Windows Enterprise 2019 LTSC and later. …

Windows App SDK
Windows App SDK
A set of Microsoft open-source libraries, frameworks, components, and tools to be used in apps to access Windows platform functionality on many versions of Windows. Previously known as Project Reunion.
749 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,176 questions
asked 2022-05-16T09:49:39.85+00:00
Dani_S 3,276 Reputation points
commented 2022-05-24T03:59:54.803+00:00
Rob Caplan - MSFT 5,437 Reputation points Microsoft Employee
1 answer

MAUI -LOG4 Net is cross platform ?

Hi. Is LOG4 Net is cross platform ?

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,176 questions
asked 2022-05-16T09:51:52.587+00:00
Dani_S 3,276 Reputation points
answered 2022-05-24T03:57:12.017+00:00
Rob Caplan - MSFT 5,437 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

MAUI- Package version numbering

Hi, How I set the package version numbering for MAUI ? Thanks,

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,176 questions
asked 2022-05-11T12:01:08.763+00:00
Dani_S 3,276 Reputation points
commented 2022-05-24T01:58:24.753+00:00
Yonglun Liu (Shanghai Wicresoft Co,.Ltd.) 38,756 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

MAUI - GA DATE

Hi, Can you please estimate when GA will be ? Is there another RC after RC3 or GA in front of us? Thanks,

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,176 questions
asked 2022-05-23T18:20:29.383+00:00
Dani_S 3,276 Reputation points
accepted 2022-05-23T19:59:16.183+00:00
Dani_S 3,276 Reputation points
1 answer One of the answers was accepted by the question author.

For xmlns:behaviors="http://schemas.microsoft.com/dotnet/2022/maui/toolkit" which NuGet packet I need to use ?

Hi, For xmlns:behaviors="http://schemas.microsoft.com/dotnet/2022/maui/toolkit" which NuGet packet I need to use ? Thanks,

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,176 questions
asked 2022-05-02T07:55:25.05+00:00
Dani_S 3,276 Reputation points
accepted 2022-05-23T15:32:36.847+00:00
Dani_S 3,276 Reputation points
1 answer

Connect MAUI to Oracle Autonomous Database

Hi, Did anyone try to connect MAUI app to the oracle autonomous database? Can anyone guide please Thanks, Jassim

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,176 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,602 questions
asked 2022-05-21T11:42:28.963+00:00
Jassim Al Rahma 26 Reputation points
answered 2022-05-23T07:54:46.773+00:00
Leon Lu (Shanghai Wicresoft Co,.Ltd.) 71,836 Reputation points Microsoft Vendor
0 answers

Build NET MAUI (Windows) on Azure Pipelines

I'm trying to build a multi-platform library on Azure Pipelines, but when try to compile NET MAUI for Windows give me a…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,176 questions
asked 2022-05-20T13:29:12.047+00:00
Osni Pezzini Junior 1 Reputation point
commented 2022-05-23T05:26:51.677+00:00
Leon Lu (Shanghai Wicresoft Co,.Ltd.) 71,836 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

macOS/Windows AppLinks

I have a requirement that when the user visits a website protocol with certain parameters (appname:url.com/param1/param2), the desktop application must open and read those parameters, I know that this is possible on iOS/Android, on desktop too? where can…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,176 questions
asked 2022-05-11T07:16:44.433+00:00
Ángel Rubén Valdeolmos Carmona 586 Reputation points
accepted 2022-05-20T13:09:33.66+00:00
Ángel Rubén Valdeolmos Carmona 586 Reputation points
1 answer

How to gaussian blur an image in MAUI?

How to gaussian blur an image in MAUI?

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,176 questions
asked 2022-05-18T05:31:23.497+00:00
JiuLing 1 Reputation point
answered 2022-05-20T08:45:13.157+00:00
Leon Lu (Shanghai Wicresoft Co,.Ltd.) 71,836 Reputation points Microsoft Vendor
1 answer

How to create custom control using Element and ElementHandler instead of View and ViewHandler?

Full code here. Check Menu folder in Handlers folder. I want to create a custom control Menu which is Android.Widget.PopupMenu on Android level. But I cannot use ViewHandler because PopupMenu inherits from Java.Lang.Object instead of…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,176 questions
asked 2022-05-06T10:54:00.653+00:00
Igor Kravchenko 281 Reputation points
commented 2022-05-20T08:19:21.397+00:00
Leon Lu (Shanghai Wicresoft Co,.Ltd.) 71,836 Reputation points Microsoft Vendor
1 answer

what is the difference between FlyoutIcon and Icon

what is the difference between FlyoutItem.FlyoutIcon and FlyoutItem.Icon

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,176 questions
asked 2022-05-18T15:01:24.557+00:00
景 胡 1 Reputation point
commented 2022-05-20T02:32:44.47+00:00
Leon Lu (Shanghai Wicresoft Co,.Ltd.) 71,836 Reputation points Microsoft Vendor
2 answers One of the answers was accepted by the question author.

How to create ios handler?

I have created a Card control and handlers for it (CardHandler, CardHandler.Android and CardHandler.iOS). PlatformView in Android handler is Google.Android.Material.Card.MaterialCardView. In iOS handler PlatformView is UIView. But something is wrong…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,176 questions
asked 2022-05-16T19:56:19.117+00:00
Igor Kravchenko 281 Reputation points
accepted 2022-05-19T08:00:04.023+00:00
Igor Kravchenko 281 Reputation points
1 answer One of the answers was accepted by the question author.

Getting Display Info with .NET MAUI on Windows Platform

I want to get Display Info in my .NET MAUI app such as screen width, height, pixel density, etc. A similar question was answered by @Anonymous about 4 months ago here but I get no values for the display parameters (only default 0's for int and…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,176 questions
asked 2022-05-16T07:59:11.867+00:00
dg2k 1,391 Reputation points
accepted 2022-05-18T09:51:36.457+00:00
dg2k 1,391 Reputation points
1 answer One of the answers was accepted by the question author.

Why icon from material font is not visible?

Hi! I have added fonts MaterialIcons-Regular.ttf and MaterialIconsOutlined-Regular.otf to my project and trying to show icon. <Image> <Image.Source> <FontImageSource…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,176 questions
asked 2022-05-09T13:06:27.097+00:00
Igor Kravchenko 281 Reputation points
accepted 2022-05-17T15:09:13+00:00
Igor Kravchenko 281 Reputation points
2 answers One of the answers was accepted by the question author.

How to get native image (bitmap) from ImageSource?

I need to get native bitmap from ImageSource. In Xamarin Forms we have a LoadImageAsync method in IImageSourceHandler. And for example to get bitmap from FontImageSource we needed to create FontImageSourceHandler and call LoadImageAsync. How to get…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,176 questions
asked 2022-05-06T14:30:44.387+00:00
Igor Kravchenko 281 Reputation points
answered 2022-05-17T15:08:16.287+00:00
Igor Kravchenko 281 Reputation points
1 answer One of the answers was accepted by the question author.

MSIX of MAUII app does not installed on Window server 2012 R2

Hi, I publish the MAUI project using this link: https://learn.microsoft.com/en-us/dotnet/maui/windows/deployment/overview and later install it on my computer window 10 and it works. But when I tried to install it on window server 2012 R2 is…

Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
12,568 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,176 questions
asked 2022-05-11T08:30:06.337+00:00
Dani_S 3,276 Reputation points
accepted 2022-05-17T09:22:59.817+00:00
Dani_S 3,276 Reputation points
1 answer One of the answers was accepted by the question author.

is runtime needed to be installed on android or ios device if running MAUI application on this device?

Is the answer is not, does it mean the MAUI application also contains the dotnet components for supporting running on device? I`m worrying about the application size if each MAUI application contains the shared dotnet components. thanks! -William

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,176 questions
asked 2022-05-14T02:44:39.86+00:00
William Liu 326 Reputation points
accepted 2022-05-17T00:20:53.36+00:00
William Liu 326 Reputation points
0 answers

MAUI installation - see all files in realse mode

Hi, I publish MAUI app in release mode using Version 17.2.0 Preview 5.0 + MAUI RC2=> create MSIX I run the MSIX and go to Task Manger on processes tab and choose the running exe Later I go to details and you see all dlls and images…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,176 questions
asked 2022-05-12T11:04:25.737+00:00
Dani_S 3,276 Reputation points
commented 2022-05-16T01:04:17.483+00:00
Rob Caplan - MSFT 5,437 Reputation points Microsoft Employee
1 answer

Upgrading from Xamarin to .Net Maui - Customizing Webview

Upgrading from Xamarin to .Net Maui - Customizing Webview I need a webview that has a bridge between front-end and the webview. This was the original guide I used for such an approach -…

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,326 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,176 questions
asked 2022-05-09T14:27:22.443+00:00
Dallas Fraser 1 Reputation point
commented 2022-05-12T09:27:50.53+00:00
Yonglun Liu (Shanghai Wicresoft Co,.Ltd.) 38,756 Reputation points Microsoft Vendor
1 answer

MAUI - Publish with my apx file

Hi, I want to publish MAUI app using my apx file. How is done ? Thanks in advance.

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,176 questions
asked 2022-05-11T11:05:30.57+00:00
Dani_S 3,276 Reputation points
answered 2022-05-12T06:17:19.6+00:00
Dani_S 3,276 Reputation points