This repository was archived by the owner on May 1, 2024. It is now read-only.
This repository was archived by the owner on May 1, 2024. It is now read-only.
App freezes on Windows (UWP) when using Frame #15849
Open
Description
Description
My app always worked without any problems. Now problems have suddenly occurred on certain hardware when I want to enter data in an entry - the app freezes completely. After a lot of testing, I discovered that this only happens if you want to use an element (like an entry or something similar) within a frame.
The same code works on other OS versions - so please look which Environment you should use to reproduce
Steps to Reproduce
- Create a Xamarin.Forms App (v5)
- Place the followon code in e.g. MainWindow.xaml:
<Frame HasShadow="false" CornerRadius="0" BackgroundColor="White" Padding="0"> <StackLayout> <Entry Margin="40, 0, 40 ,0 " TextColor="Black"/> <Entry Margin="40, 0, 40 ,0 " TextColor="Black"/> <Entry Margin="40, 0, 40 ,0 " TextColor="Black"/> </StackLayout> </Frame>
- Start the application on the specific platform I describe on the bottom of this description
- Try to click on all entries with the pointer (dont use tab key)
Expected Behavior
We can type text in all entrys.
Actual Behavior
The app freezes after clicking on second entry.
Basic Information
- Version with issue: 5.0.0.2196
- Last known good version: 5.0.0.2196
Environment
Windows 10 version 22H2 build 19045.3803