When testing the new version on Chrome (iOS) I let Chrome autocomplete my email address and insert password. However after that the login button is greyed-out and not responsive be bing pressed/clicked.
Fix is to delete the last letter of the email address and type it back again and then the login button is active.
There might be some JS code that is detecting keypress and not change event maybe.
When testing the new version on Chrome (iOS) I let Chrome autocomplete my email address and insert password. However after that the login button is greyed-out and not responsive be bing pressed/clicked.
Fix is to delete the last letter of the email address and type it back again and then the login button is active.
There might be some JS code that is detecting
keypress
and notchange
event maybe.