Skip to content

Commit

Permalink
Merge pull request #1305 from satoshipay/bugfix/fix-ios-cors-issue
Browse files Browse the repository at this point in the history
Fix iOS CORS issue
  • Loading branch information
ebma authored Mar 3, 2022
2 parents f28ea68 + 6bf478b commit 7a12796
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cordova/config/config.template
Original file line number Diff line number Diff line change
Expand Up @@ -122,4 +122,6 @@
<preference name="ShowSplashScreenSpinner" value="false" />
<preference name="SplashScreenDelay" value="$SPLASH_SCREEN_DELAY" />
<preference name="SwiftVersion" value="5.0" />
<preference name="scheme" value="app" />
<preference name="hostname" value="localhost" />
</widget>

0 comments on commit 7a12796

Please sign in to comment.