You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by mw...@apache.org on 2012/04/27 19:59:40 UTC

[2/2] docs commit: Updated device.platform to match actual results from iOS device.

Updated device.platform to match actual results from iOS device.


Project: http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/commit/91d1649f
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/tree/91d1649f
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/diff/91d1649f

Branch: refs/heads/master
Commit: 91d1649f1122712bf625c73f69fd89acd65ff29e
Parents: 92664d7
Author: Terrence Ryan <te...@terrenceryan.com>
Authored: Wed Apr 25 00:49:28 2012 -0400
Committer: Terrence Ryan <te...@terrenceryan.com>
Committed: Wed Apr 25 00:49:28 2012 -0400

----------------------------------------------------------------------
 docs/en/1.6.1/cordova/device/device.platform.md |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/blob/91d1649f/docs/en/1.6.1/cordova/device/device.platform.md
----------------------------------------------------------------------
diff --git a/docs/en/1.6.1/cordova/device/device.platform.md b/docs/en/1.6.1/cordova/device/device.platform.md
index 0d56313..57b82ab 100644
--- a/docs/en/1.6.1/cordova/device/device.platform.md
+++ b/docs/en/1.6.1/cordova/device/device.platform.md
@@ -61,7 +61,9 @@ Full Example
 iPhone Quirks
 -------------
 
-All devices return `iPhone` as the platform. This is inaccurate because Apple has rebranded the iPhone operating system as `iOS`.
+The iPhone returns `iPhone` as the platform. The iPad returns `iPad` as the platform.  In the simulator they will return `iPhone Simulator` and `iPad Simulator` respectively.  These are inaccurate in all cases because Apple has rebranded the iPhone operating system as `iOS`.
+
+
 
 BlackBerry Quirks
 -----------------