Maui.FreakyControls icon indicating copy to clipboard operation
Maui.FreakyControls copied to clipboard

AutoComplete control freezes the app

Open usefulBeeing opened this issue 6 months ago • 0 comments

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

usefulBeeing avatar Aug 05 '24 16:08 usefulBeeing