Merge branch 'master' of git.lattuga.net:hacklabbo/Ilovexm24
This commit is contained in:
commit
6b5fd26b4f
3 changed files with 27 additions and 3 deletions
12
config.xml
12
config.xml
|
@ -9,6 +9,8 @@
|
|||
</author>
|
||||
<content src="index.html" />
|
||||
<preference name = "SplashScreen" value = "splashscreen" />
|
||||
<preference name="SplashScreenDelay" value="10000" />
|
||||
<preference name="AutoHideSplashScreen" value="false" />
|
||||
<plugin name="cordova-plugin-whitelist" spec="1" />
|
||||
<access origin="*" />
|
||||
<allow-intent href="http://*/*" />
|
||||
|
@ -19,18 +21,22 @@
|
|||
<allow-intent href="geo:*" />
|
||||
<platform name="android">
|
||||
<allow-intent href="market:*" />
|
||||
<icon src="res/icon.png" />
|
||||
<splash src="res/splashscreen.png" />
|
||||
<preference name="AutoHideSplashScreen" value="false" />
|
||||
<preference name = "SplashScreen" value = "splashscreen" />
|
||||
<preference name="SplashScreenDelay" value="10000" />
|
||||
<preference name="SplashMaintainAspectRatio" value="true" />
|
||||
</platform>
|
||||
<platform name="ios">
|
||||
<allow-intent href="itms:*" />
|
||||
<allow-intent href="itms-apps:*" />
|
||||
</platform>
|
||||
<platform name="android">
|
||||
<icon src="res/icon.png" />
|
||||
</platform>
|
||||
<plugin name="phonegap-plugin-push" spec="~1.9.4">
|
||||
<variable name="SENDER_ID" value="667898382143" />
|
||||
</plugin>
|
||||
|
||||
<plugin name="cordova-sqlite-storage" spec="~2.0.2" />
|
||||
<plugin name="cordova-plugin-media" spec="~3.0.0" />
|
||||
|
||||
</widget>
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 0 B After Width: | Height: | Size: 333 KiB |
|
@ -188,6 +188,24 @@
|
|||
</div>
|
||||
<!--chiude content -->
|
||||
</div>
|
||||
|
||||
<div data-role="page" id="about" data-dom-cache="true" data-theme="a" class="ui-page">
|
||||
|
||||
<div role="main" class="ui-content">
|
||||
|
||||
<div class="ui-body">
|
||||
<p class="introlettera">About I love XM24</p>
|
||||
<p id="mostralistaabout" class="listatovirgole listevoci">
|
||||
<img class="gifloader" src="./image/ajax_loader_red_512.gif" />
|
||||
</p>
|
||||
</div>
|
||||
<!-- chiude body-->
|
||||
</div>
|
||||
<!--chiude content -->
|
||||
</div>
|
||||
<!-- chiude pagina -->
|
||||
|
||||
|
||||
<div data-role="page" id="ilove" data-prev="index" data-next="" data-dom-cache="true" data-theme="a" class="ui-page">
|
||||
|
||||
<div role="main" class="ui-content">
|
||||
|
|
Loading…
Reference in a new issue