Add Icon in login screen for native mobile

1
Hi All, how can we add user icon and eye icon in login screen for native mobile  any suggestions! Thanks in advance.
asked
2 answers
1

Hi Narendran j,

 

Please refer to this documentation it might be helpful to you.https://medium.com/mendix/mendix-how-to-add-font-icons-465e2a03884

Hope it helps!

Regards,

Yasar

answered
1

On your native login page (find it via Navigation->Native mobile) you have a textfield for username and one for password. Give both of them a classname, place an image below the username, place a button with an eye below password. Create two input groups, one surrounding username and the image, one surrounding password and the button. Have a look at https://getbootstrap.com/docs/4.0/components/input-group/ to add the necessary classes and styles to get the image and the button inside the textboxes.

answered