Show password not working on device

Posted by meyrick on 10-Feb-2014 06:07

I have added a check box into my application that allows the user to show the password they have entered. The code works fine when I test it through the Progress OE Mobile App builder but when I install the application onto the android tablet, it does not work. Has anyone else had this issue?? Please see code below. Thanks.

if ($('#LoginPage_chkShowPass').attr('checked')) {
$('#LoginPage_txtPassword')[0].setAttribute('type','password');
} else {
$('#LoginPage_txtPassword')[0].setAttribute('type','text');
}

All Replies

Posted by Jean Richert on 10-Mar-2014 05:40

Anyone following this forum has experienced the same issue than meyrick?

This thread is closed