FreakyAli / Maui.FreakyControls

FreakyControls is a free OSS UI Kit for .NET MAUI which provides a set of controls and utilities to build modern mobile apps.
MIT License
294 stars 36 forks source link

AutoComplete control freezes the app #142

Open usefulBeeing opened 1 month ago

usefulBeeing commented 1 month ago

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