Though we were not able to reproduce the exact
issue, we have faced similar issue related to the reported issue. We are
providing a workaround to fix this issue, so please add the
below highlighted line in the OnCreate override method in the MainActivity.cs
file in your Android project and confirm us whether you can able to resolve the
reported issue using the below workaround.
Code Snippet:
MainActivity.cs:
protected override void
OnCreate(Bundle savedInstanceState) { Resource.UpdateIdValues();
TabLayoutResource = Resource.Layout.Tabbar;
ToolbarResource = Resource.Layout.Toolbar;
base.OnCreate(savedInstanceState);
Xamarin.Essentials.Platform.Init(this, savedInstanceState);
global::Xamarin.Forms.Forms.Init(this, savedInstanceState);
LoadApplication(new App()); } |
We have attached the sample for your reference.
Please download it from the following location.
Sample: https://www.syncfusion.com/downloads/support/forum/148097/ze/GettingStartedKanban718361442.zip
Regards,
Lakshmi R.