xamarin / Xamarin.Forms

Xamarin.Forms is no longer supported. Migrate your apps to .NET MAUI.
https://aka.ms/xamarin-upgrade
Other
5.64k stars 1.88k forks source link

App freezes on Windows (UWP) when using Frame #15849

Open ViiPay opened 6 months ago

ViiPay commented 6 months ago

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

  1. Create a Xamarin.Forms App (v5)
  2. Place the followon code in e.g. MainWindow.xaml: `
    </Frame>`
  3. Start the application on the specific platform I describe on the bottom of this description
  4. 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

Environment

Windows 10 version 22H2 build 19045.3803