Using WHM from a mobile device is for the most part OK minus entering text into input fields.
HTML input elements do not have autocorrect="off" or spellcheck="off" attributed and as such, searching for accounts in list accounts (as a very basic example) is pretty frustrating as domain and user names don't often align with mobile dictionaries.
I haven't dove into all the input fields, but, following HTML5 input field types/attributes would greatly enhance the mobile experience.
References:
autocapitalize
spellcheck
<input>: The Input (Form Input) element
Thanks =)
HTML input elements do not have autocorrect="off" or spellcheck="off" attributed and as such, searching for accounts in list accounts (as a very basic example) is pretty frustrating as domain and user names don't often align with mobile dictionaries.
I haven't dove into all the input fields, but, following HTML5 input field types/attributes would greatly enhance the mobile experience.
References:
autocapitalize
spellcheck
<input>: The Input (Form Input) element
Thanks =)