Android run fix
This commit is contained in:
parent
9ae1ddac0d
commit
dd49c18cbd
12 changed files with 1456 additions and 4 deletions
13
android/app/src/main/assets/capacitor.config.json
Normal file
13
android/app/src/main/assets/capacitor.config.json
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"appId": "olcxja.miarven",
|
||||
"appName": "Miarven",
|
||||
"webDir": "webroot",
|
||||
"plugins": {
|
||||
"SystemBars": {
|
||||
"insetsHandling": "css",
|
||||
"style": "DARK",
|
||||
"hidden": false,
|
||||
"animation": "FADE"
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue