3,495 questions with .NET MAUI tags

Sort by: Updated
0 answers

Invalid stack map table at instruction index 93: dup, error: The max stack height of 4 is violated when pushing initialized my.com.softspace.SSMobileUtilEngine.exception.SSError to existing stack of size 4. In later version of R8, the method may be assume

Invalid stack map table at instruction index 177: invokespecial Ljava/lang/IllegalArgumentException;<init>(Ljava/lang/String;)V, error: Unexpected attempt to initialize initialized java.lang.IllegalArgumentException. In later version of R8, the…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,495 questions
asked 2024-10-08T07:29:47.7+00:00
Rupesh HikePOS 0 Reputation points
commented 2024-10-08T07:33:05.0866667+00:00
Rupesh HikePOS 0 Reputation points
1 answer

SVG icons in android app

Is it possible to use SVG icons in Android applications? Do I need to add any dependency to the project, something like this is written in the doc. Is it possible to describe in more detail how to work with them in XAML and C#?

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,495 questions
asked 2024-10-04T11:59:18.1+00:00
валера карманов 141 Reputation points
answered 2024-10-08T07:29:39.6633333+00:00
Wenyan Zhang (Shanghai Wicresoft Co,.Ltd.) 31,166 Reputation points Microsoft Vendor
0 answers

Bing api map error on windows

Hello, I am using Bing maps API, to show a map, with a pin in my tubines page, I have a button to call a pop up and add a new turbine public partial class AddTurbnePopUpViewModel(DeviceLanguageService deviceLanguageService, TurbinesService…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,495 questions
asked 2024-09-29T13:38:30.6733333+00:00
Eduardo Gomez Romero 565 Reputation points
commented 2024-10-08T07:10:13.3466667+00:00
Eduardo Gomez Romero 565 Reputation points
1 answer

Change the color of the selected element

How to change the background of the element that was clicked in the "CollectionView" what can be done so that the selection animation affects the inner area of ​​the clicked element.

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,495 questions
asked 2024-10-05T16:30:59.3966667+00:00
валера карманов 141 Reputation points
commented 2024-10-08T07:09:22.93+00:00
Yonglun Liu (Shanghai Wicresoft Co,.Ltd.) 42,431 Reputation points Microsoft Vendor
0 answers

How to implement Facebook login to .NET MAUI application?

Hi, Has anyone successfully implemented the Facebook manual OAuth2 login? If there are any references with examples, that would be great! We tried WebAuthenticator from .NET MAUI and our own server setup but it didn't work.

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,845 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,495 questions
asked 2024-10-08T07:00:18.9466667+00:00
Eugene Trinh 0 Reputation points
0 answers

What will happen to performance when creating this layout?

There is a layout As I see it, it can be done on 7 "FlexLayout" elements. It will not harm the performance, and how good is this option. Maybe it is possible to somehow optimize the layout so that to use a minimum of layouts

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,495 questions
asked 2024-10-03T09:14:24.5533333+00:00
валера карманов 141 Reputation points
commented 2024-10-08T06:44:27.94+00:00
Leon Lu (Shanghai Wicresoft Co,.Ltd.) 75,581 Reputation points Microsoft Vendor
0 answers

Multiple data binding objects on a page

There is a code that goes to another page with the data binding specified await Navigation.PushAsync(new HelpQuestionPage { BindingContext = e.CurrentSelection.FirstOrDefault() }); In the class constructor I get the title to use as the page…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,495 questions
asked 2024-10-07T18:41:34.15+00:00
валера карманов 141 Reputation points
commented 2024-10-08T06:27:32.86+00:00
валера карманов 141 Reputation points
0 answers

After returning to the previous page, a block with the application title is added. How can I remove it?

In the App.xaml.cs, use following code to set the Mainpage public partial class App : Application { public App() { InitializeComponent(); MainPage = new AppShell(); } } Use Following code to navigate the child page. await…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,495 questions
asked 2024-10-03T14:44:17.3033333+00:00
валера карманов 141 Reputation points
edited the question 2024-10-08T06:24:37.1766667+00:00
Leon Lu (Shanghai Wicresoft Co,.Ltd.) 75,581 Reputation points Microsoft Vendor
0 answers

How I create a referral link 'Dynamic Link' for my Maui Android App ?

I made an app in which I need to create a share link if i tap on share button the referral ID of user and the share link automatically reflect on Play Store

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,495 questions
asked 2024-09-26T13:10:50.51+00:00
Rajan Tyagi 0 Reputation points
edited the question 2024-10-08T06:17:03.45+00:00
Crystal-MSFT 48,591 Reputation points Microsoft Vendor
1 answer

Adding Entitlements.plist for securestorage in maui throwing error related to Entitlements.xaml

my Entitlements.plist contents is as follows <?xml version="1.0" encoding="UTF-8" ?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,495 questions
asked 2024-10-04T11:27:43.0333333+00:00
Jose KJ 0 Reputation points
commented 2024-10-08T06:15:20.01+00:00
Wenyan Zhang (Shanghai Wicresoft Co,.Ltd.) 31,166 Reputation points Microsoft Vendor
2 answers

reusable template

In my collectionView, I have this <CollectionView Margin="20" ItemsSource="{Binding Turbines}"> <CollectionView.ItemTemplate> <DataTemplate x:DataType="model:TurbinePin"> …

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,495 questions
asked 2024-09-25T16:38:02.9433333+00:00
Eduardo Gomez Romero 565 Reputation points
commented 2024-10-08T06:01:07.5866667+00:00
Wenyan Zhang (Shanghai Wicresoft Co,.Ltd.) 31,166 Reputation points Microsoft Vendor
0 answers

Publishing MAUI Project on Windows: Grayed Out Option

I want to publish my MAUI project on the Windows platform, but the publishing option is grayed out. What steps can be taken to resolve this issue? Here's my C# project configuration: <Project…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,495 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,922 questions
asked 2024-10-05T14:00:54.4366667+00:00
Smith Tom 65 Reputation points
commented 2024-10-08T03:04:29.56+00:00
Yonglun Liu (Shanghai Wicresoft Co,.Ltd.) 42,431 Reputation points Microsoft Vendor
0 answers

Unable to copy file "libman.json" building MAUI, BLazor IOS app

I am trying to build a MAUI Blazor project for iOS. The Windows and Android builds work fine. I have upgraded to SDK 8.0.402.1 for both the SDK and workload to ensure compatibility with iOS 18 and Xcode 16. However, I am encountering the following error…

Blazor
Blazor
A free and open-source web framework that enables developers to create web apps using C# and HTML being developed by Microsoft.
1,578 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,495 questions
asked 2024-10-07T13:12:31.76+00:00
Dan Taxbøl 0 Reputation points
commented 2024-10-08T03:02:31.25+00:00
Wenyan Zhang (Shanghai Wicresoft Co,.Ltd.) 31,166 Reputation points Microsoft Vendor
0 answers

Using BoxView with PanGesture and need it to take focus from all controls like button, on pressed event instead of released event

I'm using BoxView control with PanGesture to move window contents. It works fine and is very responsive as long as no other control in the window has the focus when I click BoxView. However, if an Editor has the focus when I click Boxview, the screen…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,495 questions
asked 2024-10-08T02:53:59.8533333+00:00
TazKing 0 Reputation points
0 answers

Capture value in Radio Button before Submit

I like to capture the values of Radio button button Submit and use validate in IF statement. If(Radio button button value == "CP"") {label="Find Selling Price"} namespace MauiAppMCQs.Models { public class…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,495 questions
asked 2024-10-07T15:11:50.7666667+00:00
Kalyan A 205 Reputation points
edited a comment 2024-10-08T02:14:01.1033333+00:00
Yonglun Liu (Shanghai Wicresoft Co,.Ltd.) 42,431 Reputation points Microsoft Vendor
1 answer

Get user data before downloading the application

I'm trying to add a login page to an Android app. There are no problems with the page itself, the issue is how to get user data before loading the app, namely. public partial class App : Application { public App() { InitializeComponent(); var…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,495 questions
asked 2024-10-04T07:06:07.21+00:00
валера карманов 141 Reputation points
commented 2024-10-08T01:19:15.4033333+00:00
Yonglun Liu (Shanghai Wicresoft Co,.Ltd.) 42,431 Reputation points Microsoft Vendor
1 answer

Click event on "FlexLayout" element

Tell me, is it possible to add a click event to the "FlexLayout" element and also add a click animation? var flexLayout = new FlexLayout { AlignContent = FlexAlignContent.Center, JustifyContent =…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,495 questions
asked 2024-10-04T14:15:42.0466667+00:00
валера карманов 141 Reputation points
commented 2024-10-08T00:58:24.6966667+00:00
Yonglun Liu (Shanghai Wicresoft Co,.Ltd.) 42,431 Reputation points Microsoft Vendor
1 answer

How to fix a Errror Handling for Blazor Hybrid MAUI and WebApi

Hi, I've reference an WebApi to my Blazor Hybrid App. The database that I used is SQLite When I run the app "Windows machine" the response is Html The WebApi run well!!I've checked with swagger the response is OK. I suppose that the problem…

Blazor
Blazor
A free and open-source web framework that enables developers to create web apps using C# and HTML being developed by Microsoft.
1,578 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,495 questions
asked 2024-10-05T17:29:37.3866667+00:00
sblb 1,231 Reputation points
edited the question 2024-10-08T00:53:12.7433333+00:00
Leon Lu (Shanghai Wicresoft Co,.Ltd.) 75,581 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

Simple list view in MAUI

I am sorry about this simple question, but I am traing to write my first code in MAUI. I want to code simple list view which shows data from list. My code behind: public partial class MainPage : ContentPage { List<string>…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,495 questions
asked 2024-10-06T19:28:15.4+00:00
BitSmithy 2,081 Reputation points
accepted 2024-10-07T20:43:33.9+00:00
BitSmithy 2,081 Reputation points
0 answers

Crash on .NET MAUI Android - JNI 'Deleted Global Reference' Error

It has been quite challenging to identify the exact cause of this issue. If anyone has any insights or suggestions on how to trace which library or line of code might be responsible, I would greatly appreciate your help.   10-04 13:07:10.445 20018…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,495 questions
asked 2024-10-04T08:03:46.4566667+00:00
PavanKumar Bandi 0 Reputation points
commented 2024-10-07T11:02:13.89+00:00
PavanKumar Bandi 0 Reputation points