Skip to content
This repository has been archived by the owner on Jun 18, 2022. It is now read-only.

Commit

Permalink
Merge pull request #35 from pheinrichs/config-updates
Browse files Browse the repository at this point in the history
Set high timeout on android
  • Loading branch information
pheinrichs authored Jun 26, 2018
2 parents 77758f6 + 7ef495b commit 983b672
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
<allow-intent href="geo:*" />
<platform name="android">
<allow-intent href="market:*" />
<preference name="loadUrlTimeoutValue" value="700000" />
<icon density="ldpi" src="resources/android/icon/drawable-ldpi-icon.png" />
<icon density="mdpi" src="resources/android/icon/drawable-mdpi-icon.png" />
<icon density="hdpi" src="resources/android/icon/drawable-hdpi-icon.png" />
Expand Down

0 comments on commit 983b672

Please sign in to comment.