This is a migrated thread and some comments may be shown as answers.

Html5 AccessKey

1 Answer 48 Views
General Discussion
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Loren
Top achievements
Rank 1
Loren asked on 23 Apr 2014, 07:00 PM
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

<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>

1 Answer, 1 is accepted

Sort by
0
Kaloyan
Telerik team
answered on 28 Apr 2014, 12:38 PM
Hello,

According to the Apples documentation, this should work well on iOS devices. However, I connected an iPhone along with Apple Bluetooth keyboard and tried the above code. It didn't work, no matter what tried. It also didn't work on Asus Transformer, running Android 4.1.1.

Further, I would suggest you to contact Apple and/or Google and see if there isn't something specific that we are missing about this attribute.

I hope this answer helps.

Regards,
Kaloyan
Telerik
 

Share what you think about AppBuilder and Telerik Platform with us in our feedback portal, so we can become even better!

 
Tags
General Discussion
Asked by
Loren
Top achievements
Rank 1
Answers by
Kaloyan
Telerik team
Share this question
or