Facing Home Key issue.
$(document).ready(function () {
** tizen.tvinputdevice.registerKeyBatch([‘ChannelUp’, ‘ChannelDown’, ‘Guide’, ‘Home’]);**
})
Here ChannelUp, ChannelDown and Guide keys are working as expected . But the Home key is not working.
Any Suggestions ?