+
Welcome to the Mobile Home Page
+ <%
+ try
+ {
+ var version = System.Runtime.InteropServices.RuntimeEnvironment.GetSystemVersion();
+ if (version.StartsWith("v2"))
+ { %>
+
+ IMPORTANT: The NuGet version of 51Degrees.mobi requires .NET v4 or greater to run automatically.
+ Please change your project to run under .NET v4 then uninstall and reinstall the 51Degrees.mobi NuGet package.
+ See the User Guide for more information.
+
+ <% } }
+ catch { }
+ %>
+
+ <% if (Request.Browser.IsMobileDevice == false) { %>
+
The requesting device isn't a mobile. The page must have been requested directly.
+
Try accessing the web site from a mobile device, or a mobile device emulator. A list of popular mobile emulators can be found here.
+ <% } %>
+
+
Here's some information about the requesting device:
+
+ Popular Properties
+ - <% =GetPropertyLinkHTML("IsMobile")%>: <% =Request.Browser.IsMobileDevice %>
+ - <% =GetPropertyLinkHTML("ScreenPixelsWidth")%>: <% =Request.Browser.ScreenPixelsWidth %>
+ - <% =GetPropertyLinkHTML("ScreenPixelsHeight")%>: <% =Request.Browser.ScreenPixelsHeight %>
+ - <% =GetPropertyLinkHTML("ScreenMMWidth")%>: <% =GetPropertyHTML("ScreenMMWidth") %>
+ - <% =GetPropertyLinkHTML("ScreenMMHeight")%>: <% =GetPropertyHTML("ScreenMMHeight") %>
+ - <% =GetPropertyLinkHTML("ScreenInchesSquare")%>: <% =GetPropertyHTML("ScreenInchesSquare") %>
+ - <% =GetPropertyLinkHTML("IsTablet")%>: <% =GetPropertyHTML("IsTablet") %>
+ - <% =GetPropertyLinkHTML("IsSmartPhone")%>: <% =GetPropertyHTML("IsSmartPhone") %>
+ Browser Properties
+ - <% =GetPropertyLinkHTML("LayoutEngine")%>: <% =GetPropertyHTML("LayoutEngine") %>
+ - <% =GetPropertyLinkHTML("AnimationTiming")%>: <% =GetPropertyHTML("AnimationTiming") %>
+ - <% =GetPropertyLinkHTML("BlobBuilder")%>: <% =GetPropertyHTML("BlobBuilder") %>
+ - <% =GetPropertyLinkHTML("CssBackground")%>: <% =GetPropertyHTML("CssBackground") %>
+ - <% =GetPropertyLinkHTML("CssBorderImage")%>: <% =GetPropertyHTML("CssBorderImage") %>
+ - <% =GetPropertyLinkHTML("CssCanvas")%>: <% =GetPropertyHTML("CssCanvas") %>
+ - <% =GetPropertyLinkHTML("CssColor")%>: <% =GetPropertyHTML("CssColor") %>
+ - <% =GetPropertyLinkHTML("CssColumn")%>: <% =GetPropertyHTML("CssColumn") %>
+ - <% =GetPropertyLinkHTML("CssFlexbox")%>: <% =GetPropertyHTML("CssFlexbox") %>
+ - <% =GetPropertyLinkHTML("CssFont")%>: <% =GetPropertyHTML("CssFont") %>
+ - <% =GetPropertyLinkHTML("CssMediaQueries")%>: <% =GetPropertyHTML("CssMediaQueries") %>
+ - <% =GetPropertyLinkHTML("CssMinMax")%>: <% =GetPropertyHTML("CssMinMax") %>
+ - <% =GetPropertyLinkHTML("CssOverflow")%>: <% =GetPropertyHTML("CssOverflow") %>
+ - <% =GetPropertyLinkHTML("CssPosition")%>: <% =GetPropertyHTML("CssPosition") %>
+ - <% =GetPropertyLinkHTML("CssText")%>: <% =GetPropertyHTML("CssText") %>
+ - <% =GetPropertyLinkHTML("CssTransforms")%>: <% =GetPropertyHTML("CssTransforms") %>
+ - <% =GetPropertyLinkHTML("CssTransitions")%>: <% =GetPropertyHTML("CssTransitions") %>
+ - <% =GetPropertyLinkHTML("CssUI")%>: <% =GetPropertyHTML("CssUI") %>
+ - <% =GetPropertyLinkHTML("DataSet")%>: <% =GetPropertyHTML("DataSet") %>
+ - <% =GetPropertyLinkHTML("DataUrl")%>: <% =GetPropertyHTML("DataUrl") %>
+ - <% =GetPropertyLinkHTML("DeviceOrientation")%>: <% =GetPropertyHTML("DeviceOrientation") %>
+ - <% =GetPropertyLinkHTML("FileReader")%>: <% =GetPropertyHTML("FileReader") %>
+ - <% =GetPropertyLinkHTML("FileSaver")%>: <% =GetPropertyHTML("FileSaver") %>
+ - <% =GetPropertyLinkHTML("FileWriter")%>: <% =GetPropertyHTML("FileWriter") %>
+ - <% =GetPropertyLinkHTML("FormData")%>: <% =GetPropertyHTML("FormData") %>
+ - <% =GetPropertyLinkHTML("Fullscreen")%>: <% =GetPropertyHTML("Fullscreen") %>
+ - <% =GetPropertyLinkHTML("GeoLocation")%>: <% =GetPropertyHTML("GeoLocation") %>
+ - <% =GetPropertyLinkHTML("History")%>: <% =GetPropertyHTML("History") %>
+ - <% =GetPropertyLinkHTML("Html-Media-Capture")%>: <% =GetPropertyHTML("Html-Media-Capture") %>
+ - <% =GetPropertyLinkHTML("Iframe")%>: <% =GetPropertyHTML("Iframe") %>
+ - <% =GetPropertyLinkHTML("IndexedDB")%>: <% =GetPropertyHTML("IndexedDB") %>
+ - <% =GetPropertyLinkHTML("Json")%>: <% =GetPropertyHTML("Json") %>
+ - <% =GetPropertyLinkHTML("Masking")%>: <% =GetPropertyHTML("Masking") %>
+ - <% =GetPropertyLinkHTML("PostMessage")%>: <% =GetPropertyHTML("PostMessage") %>
+ - <% =GetPropertyLinkHTML("Progress")%>: <% =GetPropertyHTML("Progress") %>
+ - <% =GetPropertyLinkHTML("Prompts")%>: <% =GetPropertyHTML("Prompts") %>
+ - <% =GetPropertyLinkHTML("Selector")%>: <% =GetPropertyHTML("Selector") %>
+ - <% =GetPropertyLinkHTML("Svg")%>: <% =GetPropertyHTML("Svg") %>
+ - <% =GetPropertyLinkHTML("TouchEvents")%>: <% =GetPropertyHTML("TouchEvents") %>
+ - <% =GetPropertyLinkHTML("Track")%>: <% =GetPropertyHTML("Track") %>
+ - <% =GetPropertyLinkHTML("Video")%>: <% =GetPropertyHTML("Video") %>
+ - <% =GetPropertyLinkHTML("Viewport")%>: <% =GetPropertyHTML("Viewport") %>
+
+
+
Device Data Information
+
Data Published: <% =FiftyOne.Foundation.Mobile.Detection.WebProvider.ActiveProvider.DataSet.Published %>
+
Version Name: <% =FiftyOne.Foundation.Mobile.Detection.WebProvider.ActiveProvider.DataSet.Name %>
+
Version Format: <% =FiftyOne.Foundation.Mobile.Detection.WebProvider.ActiveProvider.DataSet.Format %>
+
+
See MSDN for details of Request.Browser properties.
+
See 51Degrees for user guide.
+
See 51Degrees Device Data Updates for ways to automatically update device data and extend properties.
+
See 51Degrees Device Properties for a full list of properties.
+
+