Kenji Nagano
Kenji Nagano
### Discussed in https://github.com/dotnet/maui/discussions/13809 Originally posted by **cat0363** March 10, 2023 The layout of the page is as follows. Page1 layout: Page2 layout: Button_Click event on Page1: private async void...
### Discussed in https://github.com/dotnet/maui/discussions/14210 Originally posted by **cat0363** March 27, 2023 If NavigationPage is specified for MainPage, unintended focus control will occur. If Shell is specified for MainPage, unintended focus...
This PR fixes the problem that the call does not return when the ScrollToAsync method is called at the timing of OnNavigatedTo, OnAppearing events. ### Description of Change If the...
### Description of Change When the terminal is rotated while the Flyout of Shell is displayed, the size of the overlay does not change from the size before rotation. In...
### Description When observing the scroll position of ScrolledEvent with ScrollView's Orientation set to Both, the correct position is not stored in ScrolledEventArgs. Below is a reproduction video that follows...
This PR resolves the issue where Gestures do not work on Popups when changing the Popup's Size property. ### Description of Change ### Bounds of a UIView placed in a...
This PR resolves the issue where Popup shadows are displayed on iOS 17. ### Description of Change ### In iOS 17, the hierarchy in which Popup shadows are drawn has...
This PR will solve the following problems. 1. An issue where the Popup content is not laid out correctly when the Popup size is not specified. 2. An Issue where...
This PR resolves the issue where popups are not displayed on the active window page on Windows. ### Description of Change ### To get the active windows in Windows, look...
The comment of the person who replied to Discussions has been deleted, but it seems to be related to Issue [#9827.](https://github.com/dotnet/maui/issues/9827) If this issue is related to [#9827](https://github.com/dotnet/maui/issues/9827), is there...