- Home
- Forum
- Xamarin.Forms
- EnablePasswordVisibilityToggle show star icon instead of eye icon
EnablePasswordVisibilityToggle show star icon instead of eye icon
Above code in the previous versions was showing "eye" icon for the password visibility toggle but now it shows star icon? why?
I tested on Android device 9.0
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.
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.
Hi,
Am looking for the same solution In ejs tetbox angular EnablePasswordVisibilityToggle show eye icon
We have created a separate forum for this query. Please follow-up the below forum (174708) for further updates.
- 4 Replies
- 5 Participants
-
EM Emil
- Oct 7, 2019 01:46 PM UTC
- Apr 29, 2022 06:04 AM UTC