M
meyrick
Guest
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'); }
Continue reading...
Continue reading...