UPDATE
I\'ve solved the clicking issue by removing the two focusable lines from the button style and using the onClick event handler to call r
r
You might need to use an OnFocusChangeListener and then check if the focus event happened when the screen was in touch mode: if it did then it was a user click, otherwise it was from the trackball/trackpad.