Skip to content

Commit

Permalink
Custom Configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Diego Jara committed Jul 16, 2016
1 parent 3bfa2d8 commit a8b52cf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
plugins/
platforms/
/plugins/
/platforms/
/node_modules/
3 changes: 3 additions & 0 deletions config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@
<preference name="SplashScreenDelay" value="3000" />
<preference name="FadeSplashScreen" value="false" />
<preference name="ShowSplashScreenSpinner" value="false" />
<preference name="android-manifest/uses-permission/[@android:name='android.permission.INTERNET']/@android:name"
delete="true" />
</platform>
<platform name="browser">
<preference name="SplashScreenDelay" value="0" />
Expand All @@ -40,4 +42,5 @@
<plugin name="cordova-plugin-whitelist" spec="1" />
<plugin name="cordova-plugin-inappbrowser" spec="~1.4.0" />
<plugin name="cordova-plugin-splashscreen" spec="~3.2.2" />
<plugin name="cordova-custom-config" spec="~2.0.2" />
</widget>

0 comments on commit a8b52cf

Please sign in to comment.