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

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