Last active
October 30, 2016 12:18
-
-
Save mattdsteele/5615925 to your computer and use it in GitHub Desktop.
Revisions
-
mattdsteele revised this gist
Jun 3, 2013 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -8,7 +8,7 @@ * Alpha increases when rotating device **clockwise** * `absolute`: true * Alpha is at 0° when device is **exactly north** ### Chrome Beta 28.0.1500.31 -
mattdsteele revised this gist
Jun 3, 2013 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,6 +1,6 @@ # Testing the [DeviceOrientation API](http://dev.w3.org/geo/api/spec-source-orientation) ## Test case: http://jsfiddle.net/TPz2G/3/show/ ## Nexus S, Android 4.1.1 -
mattdsteele revised this gist
Jun 3, 2013 . 1 changed file with 9 additions and 5 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -7,20 +7,24 @@ ### Firefox Beta 22.0 * Alpha increases when rotating device **clockwise** * `absolute`: true * Alpha is at 0° when device is **exactly south** ### Chrome Beta 28.0.1500.31 * Alpha increases when rotating device **counterclockwise** * `absolute`: true * Alpha is at 0° when device is **approximately north** ### Android Browser 4.1.1 * Alpha increases when rotating device **counterclockwise** * `absolute`: undefined * Alpha is at 0° when device is **exactly west** ### Opera Mobile 14.0.1074.58201 * Alpha increases when rotating device **counterclockwise** * `absolute`: true * Alpha is at 0° when device is **exactly north** ## iPhone 5, iOS 6.1.4 -
mattdsteele revised this gist
Jun 1, 2013 . 1 changed file with 3 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -30,5 +30,7 @@ * Includes `webkitCompassHeading` property, which is at 0° when device is **north** * `webkitCompassHeading` increases when rotating device **clockwise** ## iPhone 4S, iOS 6.1.3 ### Chrome 26.0.1410.53 * _Same as iPhone 5 Mobile Safari_ -
mattdsteele revised this gist
Jun 1, 2013 . 1 changed file with 6 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -25,6 +25,10 @@ ## iPhone 5, iOS 6.1.4 ### Mobile Safari * Alpha increases when rotating device **counterclockwise** * Alpha is at 0° where the **page loads** * Includes `webkitCompassHeading` property, which is at 0° when device is **north** * `webkitCompassHeading` increases when rotating device **clockwise** ### Chrome 26.0.1410.53 * _Same as Mobile Safari_ -
mattdsteele revised this gist
May 21, 2013 . 1 changed file with 8 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -20,4 +20,11 @@ ### Opera Mobile 12.1.4 * Alpha increases when rotating device **counterclockwise** * Alpha is at 0° when device is **exactly south** ## iPhone 5, iOS 6.1.4 ### Mobile Safari * Alpha increases when rotating device **clockwise** * Alpha is at 0° where the **page loads** * Includes `webkitCompassHeading` property, which is at 0° when device is **north** -
mattdsteele revised this gist
May 20, 2013 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -2,7 +2,7 @@ ## Test case: http://jsfiddle.net/TPz2G/2/show/ ## Nexus S, Android 4.1.1 ### Firefox Beta 22.0 -
mattdsteele revised this gist
May 20, 2013 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -4,12 +4,12 @@ ## Tested on Nexus S running Android 4.1.1 ### Firefox Beta 22.0 * Alpha increases when rotating device **clockwise** * Alpha is at 0° when device is **exactly south** ### Chrome Beta 27.0.1453.90 * Alpha increases when rotating device **counterclockwise** * Alpha is at 0° when device is **approximately south** -
mattdsteele revised this gist
May 20, 2013 . 1 changed file with 18 additions and 13 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,18 +1,23 @@ # Testing the [DeviceOrientation API](http://dev.w3.org/geo/api/spec-source-orientation) ## Test case: http://jsfiddle.net/TPz2G/2/show/ ## Tested on Nexus S running Android 4.1.1 ### Chrome Beta 27.0.1453.90 * Alpha increases when rotating device **clockwise** * Alpha is at 0° when device is **exactly south** ### Firefox Beta 22.0 * Alpha increases when rotating device **counterclockwise** * Alpha is at 0° when device is **approximately south** ### Android Browser 4.1.1 * Alpha increases when rotating device **counterclockwise** * Alpha is at 0° when device is **exactly east** ### Opera Mobile 12.1.4 * Alpha increases when rotating device **counterclockwise** * Alpha is at 0° when device is **exactly south** -
mattdsteele created this gist
May 20, 2013 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,18 @@ # Testing the (DeviceOrientation API)[http://dev.w3.org/geo/api/spec-source-orientation] ## Test case: http://jsfiddle.net/TPz2G/2/show/ ## Tested on Nexus S running Android 4.1.1 * Chrome Beta 27.0.1453.90 ** Alpha increases when rotating device *clockwise* ** Alpha is at 0° when device is *exactly south* * Firefox Beta 22.0 ** Alpha increases when rotating device *counterclockwise* ** Alpha is at 0° when device is *approximately south* * Android Browser 4.1.1 ** Alpha increases when rotating device *counterclockwise* ** Alpha is at 0° when device is *exactly east* * Opera Mobile 12.1.4 ** Alpha increases when rotating device *counterclockwise* ** Alpha is at 0° when device is *exactly south*