2021-01-15 10:16:20 +01:00
|
|
|
<?xml version='1.0' encoding='utf-8'?>
|
|
|
|
|
<widget version="1.0.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
|
|
|
|
|
<access origin="*" />
|
|
|
|
|
|
2021-02-08 17:07:40 +01:00
|
|
|
<feature name="Badge">
|
|
|
|
|
<param name="android-package" value="de.appplant.cordova.plugin.badge.Badge"/>
|
|
|
|
|
</feature>
|
|
|
|
|
|
2021-01-15 10:16:20 +01:00
|
|
|
<feature name="File">
|
|
|
|
|
<param name="android-package" value="org.apache.cordova.file.FileUtils"/>
|
|
|
|
|
<param name="onload" value="true"/>
|
|
|
|
|
</feature>
|
|
|
|
|
|
|
|
|
|
<feature name="FilePath">
|
|
|
|
|
<param name="android-package" value="com.hiddentao.cordova.filepath.FilePath"/>
|
|
|
|
|
<param name="onload" value="true"/>
|
|
|
|
|
</feature>
|
|
|
|
|
|
|
|
|
|
<feature name="SQLitePlugin">
|
|
|
|
|
<param name="android-package" value="io.sqlc.SQLitePlugin"/>
|
|
|
|
|
</feature>
|
|
|
|
|
|
|
|
|
|
<feature name="Device">
|
|
|
|
|
<param name="android-package" value="org.apache.cordova.device.Device"/>
|
|
|
|
|
</feature>
|
|
|
|
|
|
|
|
|
|
<feature name="InAppBrowser">
|
|
|
|
|
<param name="android-package" value="org.apache.cordova.inappbrowser.InAppBrowser"/>
|
|
|
|
|
</feature>
|
|
|
|
|
|
|
|
|
|
<feature name="StatusBar">
|
|
|
|
|
<param name="android-package" value="org.apache.cordova.statusbar.StatusBar"/>
|
|
|
|
|
<param name="onload" value="true"/>
|
|
|
|
|
</feature>
|
|
|
|
|
|
|
|
|
|
<feature name="Whitelist">
|
|
|
|
|
<param name="android-package" value="org.apache.cordova.whitelist.WhitelistPlugin"/>
|
|
|
|
|
<param name="onload" value="true"/>
|
|
|
|
|
</feature>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<preference name="ScrollEnabled" value="false" />
|
|
|
|
|
<preference name="BackupWebStorage" value="none" />
|
|
|
|
|
<preference name="SplashMaintainAspectRatio" value="true" />
|
|
|
|
|
<preference name="FadeSplashScreenDuration" value="300" />
|
|
|
|
|
<preference name="SplashShowOnlyFirstTime" value="false" />
|
|
|
|
|
<preference name="SplashScreen" value="screen" />
|
|
|
|
|
<preference name="SplashScreenDelay" value="3000" />
|
|
|
|
|
</widget>
|