xamarin / Xamarin.Forms

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

[Bug] App is frozen when resumed (Android) #15860

Closed AlleSchonWeg closed 7 months ago

AlleSchonWeg commented 7 months ago

Description

Hi, sometimes my app is frozen when it restored from the recent apps. It doesn't react on user input. I see the page content but i can't scroll or click buttons.

When i move my finger on the frozen screen my logcat produces this messages:

02-14 14:56:59.007 unknown Phh-Treble with GApps Info 1357 InputDispatcher Dropping event because there is no touched foreground window in display 0 or gesture monitor to receive it.

Steps to Reproduce

No steps. It happens randomly

Expected Behavior

Not freeze

Actual Behavior

Freeze

Basic Information

Environment

Show/Hide Visual Studio info ``` ```

Build Logs

Screenshots

Reproduction Link

Workaround

jfversluis commented 7 months ago

Thanks for the report but without any code, logs, repro or anything it's near impossible to diagnose what might be going on here. It might just as well be a third-party library or your own code that is triggering this. Happy to have a look when you have more results from any investigation you might do, but with this there is not much I can do here, unfortunately.