How can I detect when users are visiting from the Google TV browser?
All traffic coming from Google TV devices contains a unique User Agent string which contains the words “Large Screen” and “GoogleTV” within. Read the User Agent string and look for the words “Large Screen” and “GoogleTV” within. Direct your users to the most optimal interface for viewing. To read the User Agent string, reference the navigator.userAgent property using JavaScript.