Questions tagged [maui-windows]
148 questions
0
votes
0 answers
Carousel indicatorView doesn't automatically update on Windows while scrolling
In my MAUI test app to figure out by practice how work a carousel view, I noticed that my IndicatorView element doesn't update on Windows Machine while scrolling threw my carousel's items.
On Android it work when sliding from one to the next…

TRex
- 127
- 1
- 8
0
votes
1 answer
Can't debug MAUI app that is also installed
I have built an app using .NET MAUI (targeting Widows and Mac), and gone through the process of publishing it as a self-signed MSIX package. I then installed the app on my dev machine using the MSIX. This all worked as expected.
On returning to my…

Andy Johnson
- 7,938
- 4
- 33
- 50
0
votes
2 answers
How to clear cache of Maui Blazor Window?
I am using Dotnet 6 MauiBlazor. How can I clear the CSS cache of the MauiBlazor window?

Khant Htet Naing
- 128
- 1
- 3
- 11
0
votes
3 answers
Shell Flyout Menu not showing all the Menu Items All the time in .NET MAUI Windows
I am working with App Shell Menu Flyout to display menu items, but the menu items all are not showing all the time.
Steps to Reproduce
Step 1: Created the .NET MAUI application and Create a page with Shell to display the menu flyout below is the…

difi brasad
- 289
- 2
- 13
0
votes
1 answer
How do I clear state such as permission decisions from the Visual Studio/MAUI WebView?
I'm working on MAUI app with a WebView and have gotten into a state where the Camera permission has been denied. I'd like to clear or change this, but the WebView doesn't offer a UI for doing so like a browser does. I'm only trying to debug for…

NSouth
- 5,067
- 7
- 48
- 83
0
votes
1 answer
There was no runtime pack for Microsoft.AspNetCore.App available for the specified RuntimeIdentifier 'ios-arm64'
I was using VS Enterprise 17.3 preview 1 but my trial was expiring so I download and installed VS Community 17.3 preview 1. I open my MAUI project and build and I get this error;
There was no runtime pack for Microsoft.AspNetCore.App available for…

Jimmy
- 2,191
- 6
- 25
- 45
0
votes
1 answer
Navigation issue of moving between content pages .NET MAUI for Android
Hi and thanks for reading in advance...
I have a project designed to deliver a client booking system for a kayak company and have created the initial login page, which works for all intent and purposes with respect to validation but when I click the…

gruffy321
- 175
- 2
- 13
0
votes
1 answer
Custom MAUI layout don't show any Control, but control have correct position and size,
I custom a layout name ConstraintLayout according to AbsoluteLayout in MAUI.
It like AbsoluteLayout have a LayoutManager class,i overrride Measure and ArrangeChildren method in this class.
It also have a ConstrainLayout class.
public class…

yangzhou
- 58
- 1
- 6
0
votes
0 answers
Drawing an Arc with a linear gradient brush using Microsoft Maui Graphics
I'm having difficulty drawing a gradient colored arc with Microsoft Maui Graphics.
I'm using Windows Forms, Visual Studio Preview 5, and .NET Core 6.
Here is what I have tried:
using Microsoft.Maui.Graphics;
using…

user274610
- 509
- 9
- 18
0
votes
1 answer
Unable to open dev tools in Windows Application
I had been working with Maui for the last couple of months. I had been using Dev tools (ctrl + shift +j) to see the design of the application. And made some changes accordingly. But now it's not working in 17.2.0 Preview 4. Is anything Changed or do…

Sanjana Patel
- 21
- 1
0
votes
1 answer
Getting Access Denied on reading and writing txt file from Root Folder
I am trying to read .txt file in Maui Program from the location which I am getting from
Path.GetPathRoot(System.Environment.GetFolderPath(System.Environment.SpecialFolder.Personal));
I am getting access denied error.
What permissions have to give to…

Sanjana Patel
- 21
- 1
-1
votes
1 answer
.NET MAUI Unable to Navigate Between Pages
I want to use page navigation for my .NET MAUI project. Although I do the same as the instructor did in the Udemy Course, it gives me the following errors. I can't figure it out, can you help me?
I am getting these four errors:
The target…

Hüseyin KARABULUT
- 13
- 3