Skip to content
This repository was archived by the owner on Jan 31, 2023. It is now read-only.

Commit 76fac4e

Browse files
committed
Fixed up wikitude article and added embeded video
1 parent b75e774 commit 76fac4e

File tree

1 file changed

+18
-3
lines changed

1 file changed

+18
-3
lines changed

docs/2-tutorials/2-develop/9-developing-with-wikitude.html.md

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,26 @@ layout: subpage
77

88
## Overview
99

10-
Augmented reality has now come to the PhoneGap Developer App with the inclusion of the Wikitude Cordova plugin. Users of the PhoneGap Developer App will now be able to detect images or locations and project 2D images or 3D models.
10+
Wikitude's augmented reality Cordova plugin has now come to the PhoneGap Developer App. Users of the PhoneGap Developer App will now be able to detect images or locations and project 2D images or 3D models.
1111

12-
To see an example, here's a [video](https://www.youtube.com/watch?v=Om8CiurYLWg&feature=youtu.be).
12+
See the demo in action on our PhoneGap Day EU 2016 T-Shirts!
1313

14-
You can test the above demo by opening the PhoneGap Developer App (v1.7.0 and higher - Windows Phone not supported) and launching from this address: `ar.phonegap.com`.
14+
<div class="video-wrapper">
15+
<iframe width="420" height="315" src="https://www.youtube.com/embed/Om8CiurYLWg" frameborder="0" allowfullscreen></iframe>
16+
</div>
17+
18+
## Running from Hosted Template
19+
You can test the above demo by downloading and launching the PhoneGap Developer App (v1.7.0 and higher - Windows Phone not supported). Then use this address: `ar.phonegap.com` in the url section of the PhoneGap Developer App.
20+
21+
<img class="mobile-image" src="/images/dev-app-wikitude.jpg" alt="PhoneGap Developer App and Wikitude"/>
22+
23+
## Running from Local Template
24+
Instead of running from `ar.phonegap.com` you can create your own augmented reality PhoneGap project by using the command:
25+
```
26+
$ phonegap create myApp --template wikitude-augmented-reality
27+
$ cd myApp
28+
$ phonegap serve
29+
```
1530

1631
## Developing
1732

0 commit comments

Comments
 (0)