Hello,
i'm trying to add a SfNavigationDrawer to my Xamarin.Forms app. On iOS its working fine, but on Android i get lots of this console output:
requestLayout() improperly called by android.widget.LinearLayout{547fe5a V.E...... ......ID 0,0-0,0} during layout: running second layout pass
requestLayout() improperly called by md5b60ffeb829f638581ab2bb9b1a7f4f3f.Platform_DefaultRenderer{ef55997 V.E...... ......ID 0,0-1440,2148} during layout: running second layout pass
requestLayout() improperly called by md5270abb39e60627f0f200893b490a1ade.NavigationPageRenderer{a995308 V.E...C.. ......ID 0,77-1440,2405 #1} during second layout pass: posting in next frame
My UI is defined in xaml. As soon as i remove the NavigationDrawer from my page, the messages dissapear.
Regards,
Dirk