@capacitor/status-bar 8.0.0-dev-2410-20250905T161351.0 → 8.0.0-dev-2411-20250905T165358.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/Package.swift
CHANGED
|
@@ -124,13 +124,7 @@ public class StatusBar {
|
|
|
124
124
|
}
|
|
125
125
|
|
|
126
126
|
private func resizeWebView() {
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
if #available(iOS 15.0, *) {
|
|
130
|
-
bounds = bridge.viewController?.view.window?.windowScene?.keyWindow?.bounds
|
|
131
|
-
} else {
|
|
132
|
-
bounds = bridge.viewController?.view.window?.windowScene?.screen.bounds
|
|
133
|
-
}
|
|
127
|
+
let bounds: CGRect? = bridge.viewController?.view.window?.windowScene?.keyWindow?.bounds
|
|
134
128
|
|
|
135
129
|
guard
|
|
136
130
|
let webView = bridge.webView,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@capacitor/status-bar",
|
|
3
|
-
"version": "8.0.0-dev-
|
|
3
|
+
"version": "8.0.0-dev-2411-20250905T165358.0",
|
|
4
4
|
"description": "The StatusBar API Provides methods for configuring the style of the Status Bar, along with showing or hiding it.",
|
|
5
5
|
"main": "dist/plugin.cjs.js",
|
|
6
6
|
"module": "dist/esm/index.js",
|