- Home
- Forum
- Xamarin.Forms
- SfKanban not working?
SfKanban not working?
- Syncfusion 17.3.0.14
- Xamarin.Android 28.0.0.3
- Xamarin.Forms 4.2.0.848062
- NETStandard 2.0.3
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.
NuGet Version: 17.3.0.17
We thank you for your support and appreciate your patience in waiting for this release. Please get in touch with us if you would require any further assistance.
- 7 Replies
- 3 Participants
-
RG Rhys Gordon
- Oct 5, 2019 01:13 AM UTC
- Oct 15, 2019 10:01 AM UTC