maui icon indicating copy to clipboard operation
maui copied to clipboard

.NET MAUI is the .NET Multi-platform App UI, a framework for building native device applications spanning mobile, tablet, and desktop.

Results 2766 maui issues
Sort by recently updated
recently updated
newest added

### Description of Change ### Add the ability to set window size and read size and position. - Fixes #7592 Platforms: - [x] Windows - [ ] Mac Catalyst (macOS)...

t/enhancement ☀️
platform/macOS 🍏
platform/windows 🪟
area/desktop 🖥️

### Description Currently for Menu's on Catalyst we are using `UICommand`'s which requires selectors. This leads to a lot of awkward extra code. It appears that we can just use...

good first issue
platform/macOS 🍏
area/desktop 🖥️
partner/cat 😻
area/architecture
control-menubar

### Description When we set onmousedown or onmousemove listeners corresponding events are not fired on Windows platform in .NET MAUI Blazor although it works in regular Blazor WebAssembly. ### Steps...

t/bug
platform/windows 🪟
area/blazor 🕸️
feature-blazor-maui
s/verified
s/triaged
investigate

### Description Hi, I m not able to change the `IsEnabled `State of my Button. But if i change it with `IsVisible` it all works. My xaml Page: ` `...

t/bug

## Plain .NET 7 Building `net7.0-ios`, `net7.0-android`, etc apps with the .NET 7 SDK ### Tooling - [x] [VSCX Tools - insert tooling change](https://devdiv.visualstudio.com/DevDiv/_git/VS/commit/f3ba073d8b8d72433442f727a9a7d2864a301b51?refName=refs%2Fheads%2Fteam%2Fxamarin%2Fxvs-insertion-unified), backport to insertion PR above (RE:...

area/architecture

### Description of Change Adds `EffectiveFlowDirection` to IView as described in #9326. This will partially (perhaps fully) address #8175. ### Issues Fixed Fixes #9326

### Description WKWebView Safari developer tools (inspect option) are not available in a MAUI Mac app. If the same app is created using native tooling Xcode + Swift with no...

t/bug
p/1
partner/cat 😻
area/controls 🎮
s/verified
control-webview
s/triaged

### Description ScrollView and VerticalStackLayout do not resize themselves on iOS as they do on Android. On toggling a control that is initially visible to be hidden. There is a...

t/bug
area/layout 🔲
platform/iOS 🍎
layout-scrollview

### Description of Change Add new `View.ContextFlyout` property and implement right-click context menus on Windows and MacCatalyst. Please refer to [this comment](https://github.com/dotnet/maui/issues/7777#issuecomment-1191962667) to see what is and isn't supported. ###...

area/desktop 🖥️

### Discussed in https://github.com/dotnet/maui/discussions/5810 Originally posted by **ioiooi** April 4, 2022 Hello, are Pages that are defined in the visual hierarchy only ever instantiated _once_? And if that is the...

t/bug
p/1
area-controls-shell
s/verified
s/triaged