Skip to content

Commit

Permalink
- Cordova 3.4.0 upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
EddyVerbruggen committed Apr 9, 2014
1 parent 8e704f4 commit 8186d16
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
<gap:plugin name="nl.x-services.plugins.toast" />
<gap:plugin name="nl.x-services.plugins.insomnia" />
<gap:plugin name="nl.x-services.plugins.sslcertificatechecker" />
<gap:plugin name="nl.x-services.plugins.headsetdetection" />
<gap:plugin name="nl.x-services.plugins.launchmyapp">
<param name="URL_SCHEME" value="xpluginsdemo" />
</gap:plugin>
Expand All @@ -38,7 +39,7 @@
<!--<gap:plugin name="org.apache.cordova.inappbrowser" />-->


<preference name="phonegap-version" value="3.3.0"/>
<preference name="phonegap-version" value="3.4.0"/>
<preference name="orientation" value="portrait" />
<preference name="target-device" value="universal" />
<preference name="fullscreen" value="false" />
Expand Down
3 changes: 3 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ <h1>Plugins Demo</h1>
<button onclick="sslcertificatecheckerDemo(true)">SSL check-ok</button>
<button onclick="sslcertificatecheckerDemo(false)">SSL check-fail</button>
</p>
<p>
<button onclick="window.plugins.headsetdetection.detect(function(detected) {alert(detected)})">Headset detected?</button>
</p>
<p>
<button onclick="videoCapturePlusDemo(true,true,5)">VideCapturePlus HQ front 5s</button>
</p>
Expand Down

0 comments on commit 8186d16

Please sign in to comment.