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 #237

Open
tranb3r opened this issue Jun 25, 2023 · 3 comments
Open

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

tranb3r opened this issue Jun 25, 2023 · 3 comments

Comments

@tranb3r
Copy link

tranb3r commented Jun 25, 2023

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.

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.

Here is the repro.

Expected behavior

The app should not become unresponsive.

Actual behavior

The app becomes unresponsive.

Crashlog

No crash. Nothing special in the log.

Configuration

Version of the Plugin: 3.0.0-beta.1

Platform: Android 33

Framework net8-pre5

Device: Xiaomi Redmi 7 (not important)

@smsissuechecker
Copy link

Hi @tranb3r,

I'm the friendly issue checker.
Thanks for using the issue template 🌟
I appreciate it very much. I'm sure, the maintainers of this repository will answer, soon.

@tranb3r
Copy link
Author

tranb3r commented Jun 26, 2023

I've managed to workaround the issue by disabling marshal methods:

<AndroidEnableMarshalMethods>false</AndroidEnableMarshalMethods>

@tranb3r
Copy link
Author

tranb3r commented Jun 27, 2023

dotnet/android#8147

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants