Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
148127 | Oct 7,2019 01:46 PM UTC | Oct 15,2019 09:59 AM UTC | Xamarin.Forms | 2 |
![]() |
Tags: SfTextInputLayout |
Hi Emil,
Greetings from Syncfusion.
We are able to reproduce
the reported issue at our end. You can resolve this issue by adding the below
highlighted line in the OnCreate override method in the MainActivity.cs file in
your Android project as a 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/148127/ze/TILSimpleSample-357976067.zip
We will include this fix in
our upcoming Weekly NuGet which is scheduled to be rolled out on Oct 15th,
2019.
Regards,
Lakshmi R.
This post will be permanently deleted. Are you sure you want to continue?
Sorry, An error occured while processing your request. Please try again later.
This page will automatically be redirected to the sign-in page in 10 seconds.