Subversion Repository Public Repository

litesoft

Diff Revisions 960 vs 961 for /trunk/DeviceDesktopTest/src/org/litesoft/useragent/UserAgentFormFactor.java

Diff revisions: vs.
  @@ -6,8 +6,7 @@
6 6 * Specifically, weather the user can (or should) be able to see multiple views (or pages) simultaneously, as most
7 7 * desktops can, but most mobile devices either can't or due to their small size shouldn't!
8 8 */
9 - public enum UserAgentFormFactor
10 - {
9 + public enum UserAgentFormFactor {
11 10 MultiViewable, // This is the default if SingleViewOnly could not be determined (It is assumed to be a desktop,
12 11 // and hence can show multiple views simultaneously)!
13 12 SingleViewOnly // e.g. Phones, iPods, Google Glass, Smart TVs & Tablets.