mirror of
https://github.com/wahyd4/Libr-mobile.git
synced 2026-08-09 04:45:57 +10:00
37 lines
1.2 KiB
XML
37 lines
1.2 KiB
XML
<?xml version='1.0' encoding='utf-8'?>
|
|
<widget id="com.toozhao.libr" version="0.0.1" xmlns="http://www.w3.org/ns/widgets"
|
|
>
|
|
<name>Libr</name>
|
|
<description>
|
|
A sample Apache Cordova application that responds to the deviceready event.
|
|
</description>
|
|
<author email="dev@cordova.apache.org" href="http://cordova.io">
|
|
Apache Cordova Team
|
|
</author>
|
|
<content src="index.html"/>
|
|
<access origin="*"/>
|
|
|
|
<preference name="SplashScreen" value="splash"/>
|
|
<preference name="DisallowOverscroll" value="true"/>
|
|
|
|
<feature name="Geolocation">
|
|
<param name="android-package" value="org.apache.cordova.geolocation.GeoBroker"/>
|
|
</feature>
|
|
<feature name="Geolocation">
|
|
<param name="ios-package" value="CDVLocation"/>
|
|
</feature>
|
|
|
|
<preference name="fullscreen" value="true"/>
|
|
<preference name="webviewbounce" value="false"/>
|
|
<preference name="UIWebViewBounce" value="false"/>
|
|
<preference name="DisallowOverscroll" value="true"/>
|
|
<feature name="StatusBar">
|
|
<param name="ios-package" value="CDVStatusBar" onload="true"/>
|
|
</feature>
|
|
|
|
<feature name="Keyboard">
|
|
<param name="ios-package" value="IonicKeyboard" onload="true"/>
|
|
</feature>
|
|
|
|
</widget>
|