How is it possible to display the input text as it is instead of star for a moment in a password field in a JQM android phonegap application. (This is working in android 4.1 but not in android 2.2)
Thnx
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I think it is platform specific. Just checked few apps in my android 2.3 v mobile and there was no character display , when you press it.
I recommend not to go for it. Still some possible solutions would be ( if you are too much bothered about it)
Create an event and show the pressed character for a second using javascript ( but you will have to check the platform and disable this when the app is in 4.1/ other higher versions as there is already a display there)
put an option “show password” ,and show the whole password. ( Standard approach )