Open usefulBeeing opened 3 months ago
As per previous discussion,
<VerticalStackLayout> <freakyControls:FreakyAutoCompleteView /> </VerticalStackLayout>
The app freezes while trying to navigate to a page that holds the FreakyAutoCompleteView control.
FreakyAutoCompleteView
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
This issue doesn't happen with other controls and shouldn't with this one.
Description
As per previous discussion,
Code
Actual Behavior
The app freezes while trying to navigate to a page that holds the
FreakyAutoCompleteView
control.The following information is outputted:
Expected Behavior
This issue doesn't happen with other controls and shouldn't with this one.
Basic Information