jce-mobile-app/config.xml
Sagi Dayan d80c2661a1 Added Settings and UI tweaks
Now you can lock the grade page with your password.
still needs some work for unlocking  - there should be a
password prompt
2015-01-13 02:14:24 +02:00

19 lines
776 B
XML

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<widget id="com.students.jce.mobile.app" version="0.1.28" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>jceMobile</name>
<description>
Free Your Academic Data
</description>
<author email="sagidayan@gmail.com" href="mailto:sagidayan@gmail.com">
Sagi Dayan
</author>
<content src="index.html"/>
<access origin="*"/>
<preference name="webviewbounce" value="false"/>
<preference name="UIWebViewBounce" value="false"/>
<preference name="DisallowOverscroll" value="true"/>
<preference name="BackupWebStorage" value="none"/>
<feature name="StatusBar">
<param name="ios-package" value="CDVStatusBar" onload="true"/>
</feature>
</widget>