Double Click on Emulator

Double Click on Emulator

Postby rjot » Tue Oct 06, 2015 2:43 am

Hi,
i have few lists in my app, and when i use keyboard to navigate app it's everything fine, but when i twice fast click on emulator button for eg.. "Down Button" then position skip 3 item instead 2.

Code bellow not help me
Code: Select all
$('*').dblclick(function(e){
        e.preventDefault();
})


Anyone know how to resolve this problem?
rjot
 
Posts: 11
Joined: Thu Mar 27, 2014 6:46 am

Re: Double Click on Emulator

Postby SDK_STA » Tue Oct 06, 2015 3:42 am

Hi Rjot,

thank you for reporting this issue to us. It seems to be a bug in the emulator, as I can reproduce it here for a list of simple href-links. It is not an issue in your app.

For now:
* using the arrow key is giving the same behaviour as the Down-key in the virtual keyboard. As long as you are not 'fast-clicking' multiple times, you can use the virtual keyboard. Otherwise, you can use the regular up-down-left-right keys.
* we will take this bugreport in for the next SDK development

Thank you for the report,
Regards,

Smart TV Alliance
SDK_STA
 
Posts: 70
Joined: Fri Aug 09, 2013 4:31 am


Return to SDK questions



cron