Page 1 of 1

config.xml

PostPosted: Wed Apr 09, 2014 9:31 am
by jdbruijn
I'm having some issues with the settings in config.xml, i've included the following plugins:
Code: Select all
   <gap:plugin name="org.apache.cordova.device" />
   <gap:plugin name="org.apache.cordova.camera" />
   <gap:plugin name="org.apache.cordova.file" />
   <gap:plugin name="org.apache.cordova.file-transfer" />
   <gap:plugin name="org.apache.cordova.splashscreen" />
   <gap:plugin name="com.phonegap.plugin.statusbar" />

But the following line of my code results in an error:
Code: Select all
uuid = device.uuid

This results in a 'device is not defined' error message in my debugger.
Previously before I used a config.xml this line of code worked just fine, so I'm sure I am missing something in my config.xml to make this work. I just don't know what.