Skip to content

Commit

Permalink
Bunch of bugfixes
Browse files Browse the repository at this point in the history
  • Loading branch information
koyuawsmbrtn committed Jul 3, 2019
1 parent 8a4018f commit 20ccf4f
Show file tree
Hide file tree
Showing 12 changed files with 5,492 additions and 31 deletions.
3 changes: 3 additions & 0 deletions .vscode/settings.json
@@ -0,0 +1,3 @@
{
"python.pythonPath": "/usr/bin/python3"
}
4 changes: 1 addition & 3 deletions app/config.xml
Expand Up @@ -84,9 +84,6 @@
<allow-intent href="itms:*" />
<allow-intent href="itms-apps:*" />
</platform>
<preference name="StatusBarOverlaysWebView" value="true" />
<preference name="StatusBarStyle" value="lightcontent" />
<preference name="StatusBarBackgroundColor" value="#ffffff" />
<allow-navigation href="http://*/*" />
<allow-intent href="https://*/*" />
<engine name="android" spec="~7.1.4" />
Expand All @@ -97,4 +94,5 @@
<plugin name="cordova-plugin-whitelist" spec="~1.3.3" />
<plugin name="cordova-plugin-statusbar" spec="~2.4.2" />
<plugin name="cordova-plugin-globalization" spec="~1.0.9" />
<plugin name="cordova-plugin-music-controls" spec="git+https://github.com/homerours/cordova-music-controls-plugin.git" />
</widget>

0 comments on commit 20ccf4f

Please sign in to comment.