不响应的MAUI Android应用,无法进行用户交互

huangapple go评论89阅读模式
英文:

Unresponsive MAUI Android app, no user interaction possible

问题

我有一些罕见情况的用户抱怨我的应用变得无响应,所有控件和按钮都无法进一步交互(点击事件处理程序和点击手势识别器)。

然而,根据一个用户的屏幕录像,没有ANR或崩溃发生。看起来所有的事件处理程序和命令都失效了。

在出现问题的页面上,应用程序没有后台任务或其他任务在运行(在登录页面和登录后的主应用程序屏幕上都会发生)。

在登录屏幕上,似乎在显示键盘以输入密码后发生了问题。

MAUI版本为7.0.92,.NET版本为7.0.9,.NET SDK版本为7.0.306
仅在MAUI Android上发生

受影响的用户每次运行应用程序时都能重现此问题。

遗憾的是我无法在所有的测试设备上重现这个问题。这个问题也发生在较早的MAUI版本上。

对于如何解决这个问题,有什么想法吗?

英文:

I have some rare cases where users of my app complain that the entire app becomes unresponsive and that no further interaction is possible with all controls and buttons (Clicked event handlers and Tapped GestureRecognizers).
However, according to a screen video from a user no ANR or crash is occurring. It seems like all event handlers and commands are disconnected.

On the pages of occurrence no background tasks or other tasks are running in the app (happens on the login page as well as the main app screen after login).
On the login screen it seems the issue occurs after showing the keyboard to enter the password.

MAUI 7.0.92, .NET 7.0.9, .NET SDK 7.0.306
occurs on MAUI Android only

Affected users can reproduce the issue each time when running the app.

Unfortunately I'm unable to reproduce this on all of my test devices. The issue occurred on earlier MAUI versions too.

Any thoughts on how to tackle down this issue?

答案1

得分: 1

原来这是我在Samsung Android设备上启用辅助功能时使用的Mopups库中的一个错误。

https://github.com/LuckyDucko/Mopups/issues/77

英文:

Turns out it is a bug in the Mopups library I used for displaying popups when accessibility features on Samsung Android devices are enabled.

https://github.com/LuckyDucko/Mopups/issues/77

huangapple
  • 本文由 发表于 2023年7月31日 21:44:44
  • 转载请务必保留本文链接:https://go.coder-hub.com/76804245.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定