diff --git a/demos/platform/app.html b/demos/platform/app.html index 5f6bb33d68..776be9a94a 100644 --- a/demos/platform/app.html +++ b/demos/platform/app.html @@ -1,2 +1 @@ - \ No newline at end of file diff --git a/demos/platform/main.html b/demos/platform/main.html index f311624360..8bb28195c0 100644 --- a/demos/platform/main.html +++ b/demos/platform/main.html @@ -2,15 +2,53 @@ Platform - + +

Change Devices to Update the Platform Values

- .is('android'): {{isAndroid}} + Name + Value - .is('ios'): {{isIos}} + +
platform.is('android')
+
+ +
{{isAndroid}}
+
- .userAgent(): {{userAgent}} + +
platform.is('ios')
+
+ +
{{isIos}}
+
+ + +
platform.userAgent()
+
+ +
{{userAgent}}
+
+
+
+ +