I am trying to call on hover listener in android. i have image buttons in a relative layout
and i am making a layout for Android Smart TV
The Issue IS:
When i use my Bluetooth mouse for navigation, the OnHoverListener
works fine, but when i use smart tv's remote control, nothing happens. i then checked the onClickListener
, it worked fine with both Remote control, as well as Bluetooth mouse.
My Question is:
How can i make the onHoverListener
work with the Tv remote control as well?
worked for me