config.xml 599 B

12345678910111213
  1. <?xml version='1.0' encoding='utf-8'?>
  2. <widget id="com.mesmotronic.fullscreen.test" version="0.0.2" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
  3. <name>Cordova Full Screen Test</name>
  4. <description>
  5. A sample Apache Cordova application that responds to the deviceready event.
  6. </description>
  7. <author email="dev@cordova.apache.org" href="http://cordova.io">
  8. Apache Cordova Team
  9. </author>
  10. <content src="index.html" />
  11. <access origin="*" />
  12. <!-- <preference name="Fullscreen" value="false" /> -->
  13. </widget>