Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

App becomes unresponsive when using plugin.fingerprint on net8-pre5 #8147

Closed
tranb3r opened this issue Jun 27, 2023 · 2 comments
Closed

App becomes unresponsive when using plugin.fingerprint on net8-pre5 #8147

tranb3r opened this issue Jun 27, 2023 · 2 comments
Assignees
Labels
Area: App Runtime Issues in `libmonodroid.so`. needs-triage Issues that need to be assigned.

Comments

@tranb3r
Copy link

tranb3r commented Jun 27, 2023

Android application type

.NET Android (net7.0-android, etc.)

Affected platform version

net8-pre5 (vs 17.7.0-pre2)

Description

When using Plugin.Fingerprint in a maui app on android built with net8-pre5, at some point the app becomes unresponsive. UI is totally frozen. You have to manually kill the app.

Here is the repro.

Steps to Reproduce

  1. Open the attached repro (very similar to maui sample app)
  2. Build in Release and launch the app
  3. Tap on Authenticate (it should check fingerprint and then navigate to a page full of text).
  4. Do that a few times (Authenticate, Navigate to page full of text, Back).
  5. At some point, the app becomes unresponsive. UI is totally frozen, you have to kill it.

Did you find any workaround?

This is on Android. I have not tested iOS.
It only happens in Release. No issue in Debug.
It only happens with net8-pre5. No issue with net7.
It seems to happen only if the page is full of text. No issue (it seems) if there is only one row of labels.

Workaround: AndroidEnableMashalMethods=false

Relevant log output

No response

@tranb3r
Copy link
Author

tranb3r commented Aug 3, 2023

Any update? Thanks.

@jpobst
Copy link
Contributor

jpobst commented May 17, 2024

Closing, as this is tracked via: #8253.

@jpobst jpobst closed this as not planned Won't fix, can't repro, duplicate, stale May 17, 2024
@github-actions github-actions bot locked and limited conversation to collaborators Jun 17, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Area: App Runtime Issues in `libmonodroid.so`. needs-triage Issues that need to be assigned.
Projects
None yet
Development

No branches or pull requests

3 participants