Skip to content

Commit e0f0d96

Browse files
committed
fix: status bar overlaps with WebView content
1 parent 10b4569 commit e0f0d96

4 files changed

Lines changed: 26 additions & 1 deletion

File tree

android/app/capacitor.build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ apply from: "../capacitor-cordova-android-plugins/cordova.variables.gradle"
1111
dependencies {
1212
implementation project(':capacitor-share')
1313
implementation project(':capacitor-status-bar')
14+
implementation project(':capawesome-capacitor-android-edge-to-edge-support')
1415

1516
}
1617

android/capacitor.settings.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,6 @@ project(':capacitor-share').projectDir = new File('../node_modules/@capacitor/sh
77

88
include ':capacitor-status-bar'
99
project(':capacitor-status-bar').projectDir = new File('../node_modules/@capacitor/status-bar/android')
10+
11+
include ':capawesome-capacitor-android-edge-to-edge-support'
12+
project(':capawesome-capacitor-android-edge-to-edge-support').projectDir = new File('../node_modules/@capawesome/capacitor-android-edge-to-edge-support/android')

package-lock.json

Lines changed: 20 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
"@capacitor/ios": "^8.0.0",
4040
"@capacitor/share": "^8.0.0",
4141
"@capacitor/status-bar": "^8.0.0",
42+
"@capawesome/capacitor-android-edge-to-edge-support": "^8.0.8",
4243
"@mdi/font": "^7.4.47",
4344
"@vercel/analytics": "^2.0.1",
4445
"@vercel/speed-insights": "^2.0.0",
@@ -96,4 +97,4 @@
9697
"eslint --max-warnings=0"
9798
]
9899
}
99-
}
100+
}

0 commit comments

Comments
 (0)