Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
79 views

I recently upgraded a net8 MAUI app over to net10-preview7. All targets (Android, iOS, MacCatalyst, ...) launch successfully except Windows which crashes on startup with the following cryptic error: ...
XDS's user avatar
  • 4,284
0 votes
0 answers
36 views

ref. the query same subject of 17 June 2020 and relevant answer. ServiceException apparently is changed and now 'StatusCode' should be replaced by 'ResponseStatusCode' I tried to catch it in the ...
giorgio sfiligoi's user avatar
2 votes
1 answer
319 views

The problem is at follows. I'm working on my Bachelor's degree project in MAUI and I have to do some unit tests. I looked up online and found several tutorials that show the modification of the ....
RavenEXP's user avatar
0 votes
0 answers
120 views

This is quite simple task but I am running short on ideas how to implement it. I have added FontAwesome to my app and would like to create a picker control that would display two different labels with ...
10101's user avatar
  • 2,422
0 votes
2 answers
2k views

I have an Activity Indicator control that I need to display when a button is pressed. This button gets one two to display on the screen. The problem is that the Activity Indicator is displayed after ...
user1803086's user avatar
1 vote
1 answer
969 views

I have a ContentView that wraps my MediaElement to use as audio player. Here is how I implemented it. namespace Solution.MobileApp.Components; public partial class AudioPlayer : ContentView { ...
Wasyster's user avatar
  • 2,583