To cover all screen resolution including portrait and landscape screens. Found from stuff & nonsense (http://www.stuffandnonsense.co.uk/blog/about/hardboiled_css3_media_queries/) /* Smartphones (portrait and landscape) ———– */ @media only screen and (min-device-width : 320px) and (max-device-width : 480px) { /* Styles */ } /* Smartphones (landscape) ———– */ @media only screen and (min-width : 321px) { /* Styles…
Tag: samsung-smart-tv-sdk-ajax
Samsung TV Application SDK UX Guideline
Samsung_TV_Application_SDK_UX_Guideline_1.0 – Version 1.0 Points 1. Design Principles – TV screen should not contain too much information. – Accurate navigation for user operation – Actions like Move, Return, Enter must be clear – TV is using a restricted control method “Remote Control” – Consistency of Button Operations (ex; Green: Sorting or Preference, Yellow: Check or…