i want to make a password prompt in phonegap. any plugins or html/js snippet
i have tried
function onPrompt(results) { alert(\"You selected butto
You just need to add one line in
App Name\platforms\android\src\org\apache\cordova\dialogs\Notification.java
promptInput.setInputType(0x00000081);