I\'m having a few issues getting a keyup event to fire on my iPhone, my code is as follows:
var passwordArray = [\"word\", \"test\", \"hello\", \"ano
You should add a input event. It works on both mobile and computer devices.