Merge pull request #6116 from a-services/master

Problem opening Copay on Android from another Cordova app
This commit is contained in:
Javier Donadío 2017-06-02 10:10:36 -03:00 committed by GitHub
commit 63c789ee52
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@
</author>
<content src="index.html" />
<access origin="*" />
<preference name="AndroidLaunchMode" value="singleTask" />
<preference name="AndroidPersistentFileLocation" value="Internal" />
<preference name="iosPersistentFileLocation" value="Library" />
<preference name="DisallowOverscroll" value="true"/>