tarifa
Version:
Your friendly toolchain for mobile app development on top of Apache Cordova
16 lines (15 loc) • 670 B
text/xml
<widget xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0" id="tools.tarifa.fixture" version="0.0.0">
<name>Ooops</name>
<description>toto</description>
<author email="paul@42loops.com" href="http://42loops.com">paul</author>
<content src="index.html"/>
<access origin="*"/>
<allow-navigation href="*"/>
<allow-intent href="tel:*"/>
<platform name="android"/>
<preference name="DisallowOverscroll" value="true"/>
<preference name="EnableViewportScale" value="false"/>
<preference name="KeyboardDisplayRequiresUserAction" value="false"/>
<content src="index.html" />
</widget>