I am building an app for Google TV which has Tabs on the left side of the app (LeftNavBar library). I have a Fragment that is displayed on the right side of my app. This Fragment is mapped to one of the Tabs and contains a WebView.
Initially the focus is on the Tab and pressing the right D-Pad button moves the focus on the WebView (Works great).
The issue that I am having is that when pressing the left D-Pad button to move the focus back to the Tab, the WebView refuses to lose Focus.
- Note that the focus doesn't change when pressing only the Left D-Pad button. The Right D-Pad DOES changes the Focus if there's something on the right side of the WebView.