Fix localhost bug (probably)

This commit is contained in:
OleSTEEP 2024-01-03 01:07:30 +03:00
parent 31bb4b20d1
commit e92bb2e7eb
2 changed files with 3 additions and 1 deletions

View file

@ -20,7 +20,7 @@ Android port of OMORI RPG game
- [x] Physical gamepad support - [x] Physical gamepad support
- [x] replaceAll polyfill - [x] replaceAll polyfill
- [ ] External saves (Android/data) - [ ] External saves (Android/data)
- [ ] Cordova localhost bug - [x] Cordova localhost bug
- [x] WakeLock - [x] WakeLock
- [x] Fix game canvas size - [x] Fix game canvas size
- [x] On-screen controls - [x] On-screen controls

View file

@ -6,6 +6,8 @@
<platform name="android"> <platform name="android">
<preference name="AndroidWindowSplashScreenAnimatedIcon" value="res/android/omori-splash.png" /> <preference name="AndroidWindowSplashScreenAnimatedIcon" value="res/android/omori-splash.png" />
<preference name="AndroidWindowSplashScreenIconBackgroundColor" value="#f5f5f5" /> <preference name="AndroidWindowSplashScreenIconBackgroundColor" value="#f5f5f5" />
<preference name="AndroidInsecureFileModeEnabled" value="true" />
<preference name="hostname" value="localhost" />
<preference name="KeepRunning" value="true"/> <preference name="KeepRunning" value="true"/>
</platform> </platform>