PreviousNext

Using PasswordRevealMode for unmasking the Password in Universal Windows Apps

by bill-s, 2015-10-10T07:11:20.000Z

If you are building an Universal Windows Apps, and having a password box that accepts user credentials,  user may often want to unmasked the password to check if correct password was entered or not . We have seen similar feature for most of the password box either in desktop, mobile or web applications. Even previous version of Store or Phone Apps does supports that. However there is a change in Windows 10 Universal app that provide unified experience across the devices and can control the revealed button easily.

Read More