Anna Bahrii

Results 3 comments of Anna Bahrii

> Same problem here, did you manage to find a workaround perhaps? Unfortunately, didn't manage to find a workaround for specified versions. Had to downgrade it to v3.1.6 and also...

This one works perfectly fine: ``` [assembly: ExportRenderer(typeof(TouchEventListView), typeof(TouchEventListViewRender))] namespace WinmanWarehouse.Droid.CustomRenderers { public class TouchEventListViewRender : ListViewRenderer { public TouchEventListViewRender(Context context) : base(context) { } public override bool OnInterceptTouchEvent(Android.Views.MotionEvent ev)...

In case of using **Xamarin.Firebase.iOS.Analytics** add `Firebase.Analytics.Analytics.SetAnalyticsCollectionEnabled(true);` right after `Firebase.Core.App.Configure();` in AppDelegate.cs. Should fix the issue.