Hi @kox,
Yes, you can do the same by attaching doSeek notification to your own buttons:
$('.myButton button').click(function(){
kdp.sendNotification('doSeek', 5 );
});
Hi @kox,
Yes, you can do the same by attaching doSeek notification to your own buttons:
$('.myButton button').click(function(){
kdp.sendNotification('doSeek', 5 );
});