This question is locked. New answers and comments are not allowed.
How can i utilize the HTML5 accesskey?
I tried something like this, but it doesnt seem to work? As my users will be utilizing a Bluetooh Keyboard. I also need to hide the 'Soft Keyboard' if anyone knows how
I tried something like this, but it doesnt seem to work? As my users will be utilizing a Bluetooh Keyboard. I also need to hide the 'Soft Keyboard' if anyone knows how
<ul data-role="listview"> <li data-icon="globe"><a href="#drawer-public" accesskey="p">Public Property</a></li> <li data-icon="contacts"><a href="#" onclick="redirectPrivate();">Private Property</a></li> </ul>