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

AutoComplete control freezes the app #142

Open
usefulBeeing opened this issue Aug 5, 2024 · 0 comments
Open

AutoComplete control freezes the app #142

usefulBeeing opened this issue Aug 5, 2024 · 0 comments
Assignees

Comments

@usefulBeeing
Copy link

Description

As per previous discussion,

Code

<VerticalStackLayout>
    <freakyControls:FreakyAutoCompleteView />
</VerticalStackLayout>

Actual Behavior

The app freezes while trying to navigate to a page that holds the FreakyAutoCompleteView control.

The following information is outputted:

[WindowOnBackDispatcher] OnBackInvokedCallback is not enabled for the application.
[WindowOnBackDispatcher] Set 'android:enableOnBackInvokedCallback="true"' in the application manifest.
[EGL_emulation] app_time_stats: avg=3849.79ms min=2.49ms max=22988.74ms count=6
[TabLayout] MODE_SCROLLABLE + GRAVITY_FILL is not supported, GRAVITY_START will be used instead
[monodroid-assembly] open_from_bundles: failed to load assembly Xamarin.AndroidX.Emoji2.dll
Loaded assembly: /data/data/com.companyname.simplifiedleakdetector/files/.override/Xamarin.AndroidX.Emoji2.dll [External]
[EGL_emulation] app_time_stats: avg=5.06ms min=1.60ms max=28.54ms count=30
[EGL_emulation] app_time_stats: avg=2.99ms min=1.70ms max=29.06ms count=31
[EGL_emulation] app_time_stats: avg=2.18ms min=1.53ms max=6.50ms count=30
[EGL_emulation] app_time_stats: avg=4.85ms min=1.52ms max=43.90ms count=30
[EGL_emulation] app_time_stats: avg=2.14ms min=1.59ms max=3.36ms count=30
[EGL_emulation] app_time_stats: avg=2.80ms min=1.46ms max=29.45ms count=32

Expected Behavior

This issue doesn't happen with other controls and shouldn't with this one.

Basic Information

  • Version with issue: current stable version + pre-release v5.0
  • IDE: Visual Studio
  • Platform and Target Devices:
    • Android: 14.0 Pixel 5 Emulator
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