mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
Resolved thanks to Capacitor community suggestion: https://forum.ionicframework.com/t/status-bar-overlaps-the-app-content-help/247967
15 lines
363 B
JSON
15 lines
363 B
JSON
[
|
|
{
|
|
"pkg": "@capacitor/app",
|
|
"classpath": "com.capacitorjs.plugins.app.AppPlugin"
|
|
},
|
|
{
|
|
"pkg": "@capacitor/status-bar",
|
|
"classpath": "com.capacitorjs.plugins.statusbar.StatusBarPlugin"
|
|
},
|
|
{
|
|
"pkg": "@capawesome/capacitor-android-edge-to-edge-support",
|
|
"classpath": "io.capawesome.capacitorjs.plugins.androidedgetoedgesupport.EdgeToEdgePlugin"
|
|
}
|
|
]
|