Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 2717D200BE0 for ; Sat, 17 Dec 2016 16:56:32 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 25BCF160B16; Sat, 17 Dec 2016 15:56:32 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 6DF67160B0B for ; Sat, 17 Dec 2016 16:56:31 +0100 (CET) Received: (qmail 93040 invoked by uid 500); 17 Dec 2016 15:56:30 -0000 Mailing-List: contact commits-help@devicemap.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@devicemap.apache.org Delivered-To: mailing list commits@devicemap.apache.org Received: (qmail 93031 invoked by uid 99); 17 Dec 2016 15:56:30 -0000 Received: from Unknown (HELO svn01-us-west.apache.org) (209.188.14.144) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 17 Dec 2016 15:56:30 +0000 Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id F17F53A0333 for ; Sat, 17 Dec 2016 15:56:29 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1002995 - in /websites/staging/devicemap/trunk/content: ./ docs/browsermap.html Date: Sat, 17 Dec 2016 15:56:29 -0000 To: commits@devicemap.apache.org From: buildbot@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20161217155629.F17F53A0333@svn01-us-west.apache.org> archived-at: Sat, 17 Dec 2016 15:56:32 -0000 Author: buildbot Date: Sat Dec 17 15:56:29 2016 New Revision: 1002995 Log: Staging update by buildbot for devicemap Modified: websites/staging/devicemap/trunk/content/ (props changed) websites/staging/devicemap/trunk/content/docs/browsermap.html Propchange: websites/staging/devicemap/trunk/content/ ------------------------------------------------------------------------------ --- cms:source-revision (original) +++ cms:source-revision Sat Dec 17 15:56:29 2016 @@ -1 +1 @@ -1774780 +1774781 Modified: websites/staging/devicemap/trunk/content/docs/browsermap.html ============================================================================== --- websites/staging/devicemap/trunk/content/docs/browsermap.html (original) +++ websites/staging/devicemap/trunk/content/docs/browsermap.html Sat Dec 17 15:56:29 2016 @@ -80,31 +80,30 @@ h2:hover > .headerlink, h3:hover > .head

BrowserMap is a client side Javascript mechanism to analyze the User Agent and detect a device your browser runs on.

It is fairly close to Apache Cordova but while Cordova / Phonegap runs in a "tiny browser" wrapped into a native executable, BrowserMap runs in any full scale web browser with JavaScript support.

Example of Debugging Info - BrowserMap -```js -BrowserMap.version=1.4.0 -Modernizr.touch=true -Modernizr.csstransforms3d=true -window.devicePixelRatio=2 -window.orientation=undefined -navigator.vendor=Google Inc. -navigator.platform=Win32 -navigator.appName=Netscape -navigator.appVersion=5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36 -navigator.appCodeName=Mozilla -navigator.userAgent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36 -screenWidth=1280 -screenHeight=720 -clientWidth=1280 -orientation=landscape -portrait=false -landscape=true -screenWidthDependingOnOrientation=1280 -clientWidthDependingOnOrientation=1280 -devicePixelRatio=2 -canResizeBrowserWindow=false

-

Test functions: -function (){return BrowserMap.probe("devicePixelRatio")>=2} -```

+ BrowserMap.version=1.4.0 + Modernizr.touch=true + Modernizr.csstransforms3d=true + window.devicePixelRatio=2 + window.orientation=undefined + navigator.vendor=Google Inc. + navigator.platform=Win32 + navigator.appName=Netscape + navigator.appVersion=5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36 + navigator.appCodeName=Mozilla + navigator.userAgent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36 + screenWidth=1280 + screenHeight=720 + clientWidth=1280 + orientation=landscape + portrait=false + landscape=true + screenWidthDependingOnOrientation=1280 + clientWidthDependingOnOrientation=1280 + devicePixelRatio=2 + canResizeBrowserWindow=false

+
Test functions: 
+function (){return BrowserMap.probe("devicePixelRatio")>=2}
+