One Password
This plugin uses the One Password extenstion which requires iOS 8+ and One password to be installed
Limitations:
Only works on iOS and "not" iOS simulatorFunctions:
onePassword.show(listener, url)
--listener (Required)(function) this will return event.username, event.password, and event.error. Username returns a string, it could also be an email depends on how the user types it. Password returns the password as a normal string (no encoding or anything).
--url (Required)(string) Use this as the app name or website name. If your site was example.com using this api it would be "https:/example.com/" or if you just want to use app name it would be "my app".