fix statusbar
This commit is contained in:
@@ -11,6 +11,7 @@ apply from: "../capacitor-cordova-android-plugins/cordova.variables.gradle"
|
|||||||
dependencies {
|
dependencies {
|
||||||
implementation project(':capacitor-dialog')
|
implementation project(':capacitor-dialog')
|
||||||
implementation project(':capacitor-haptics')
|
implementation project(':capacitor-haptics')
|
||||||
|
implementation project(':capacitor-status-bar')
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -7,3 +7,6 @@ project(':capacitor-dialog').projectDir = new File('../node_modules/@capacitor/d
|
|||||||
|
|
||||||
include ':capacitor-haptics'
|
include ':capacitor-haptics'
|
||||||
project(':capacitor-haptics').projectDir = new File('../node_modules/@capacitor/haptics/android')
|
project(':capacitor-haptics').projectDir = new File('../node_modules/@capacitor/haptics/android')
|
||||||
|
|
||||||
|
include ':capacitor-status-bar'
|
||||||
|
project(':capacitor-status-bar').projectDir = new File('../node_modules/@capacitor/status-bar/android')
|
||||||
|
|||||||
@@ -13,6 +13,7 @@ def capacitor_pods
|
|||||||
pod 'CapacitorCordova', :path => '../../node_modules/@capacitor/ios'
|
pod 'CapacitorCordova', :path => '../../node_modules/@capacitor/ios'
|
||||||
pod 'CapacitorDialog', :path => '../../node_modules/@capacitor/dialog'
|
pod 'CapacitorDialog', :path => '../../node_modules/@capacitor/dialog'
|
||||||
pod 'CapacitorHaptics', :path => '../../node_modules/@capacitor/haptics'
|
pod 'CapacitorHaptics', :path => '../../node_modules/@capacitor/haptics'
|
||||||
|
pod 'CapacitorStatusBar', :path => '../../node_modules/@capacitor/status-bar'
|
||||||
end
|
end
|
||||||
|
|
||||||
target 'App' do
|
target 'App' do
|
||||||
|
|||||||
@@ -6,12 +6,15 @@ PODS:
|
|||||||
- Capacitor
|
- Capacitor
|
||||||
- CapacitorHaptics (5.0.2):
|
- CapacitorHaptics (5.0.2):
|
||||||
- Capacitor
|
- Capacitor
|
||||||
|
- CapacitorStatusBar (5.0.2):
|
||||||
|
- Capacitor
|
||||||
|
|
||||||
DEPENDENCIES:
|
DEPENDENCIES:
|
||||||
- "Capacitor (from `../../node_modules/@capacitor/ios`)"
|
- "Capacitor (from `../../node_modules/@capacitor/ios`)"
|
||||||
- "CapacitorCordova (from `../../node_modules/@capacitor/ios`)"
|
- "CapacitorCordova (from `../../node_modules/@capacitor/ios`)"
|
||||||
- "CapacitorDialog (from `../../node_modules/@capacitor/dialog`)"
|
- "CapacitorDialog (from `../../node_modules/@capacitor/dialog`)"
|
||||||
- "CapacitorHaptics (from `../../node_modules/@capacitor/haptics`)"
|
- "CapacitorHaptics (from `../../node_modules/@capacitor/haptics`)"
|
||||||
|
- "CapacitorStatusBar (from `../../node_modules/@capacitor/status-bar`)"
|
||||||
|
|
||||||
EXTERNAL SOURCES:
|
EXTERNAL SOURCES:
|
||||||
Capacitor:
|
Capacitor:
|
||||||
@@ -22,13 +25,16 @@ EXTERNAL SOURCES:
|
|||||||
:path: "../../node_modules/@capacitor/dialog"
|
:path: "../../node_modules/@capacitor/dialog"
|
||||||
CapacitorHaptics:
|
CapacitorHaptics:
|
||||||
:path: "../../node_modules/@capacitor/haptics"
|
:path: "../../node_modules/@capacitor/haptics"
|
||||||
|
CapacitorStatusBar:
|
||||||
|
:path: "../../node_modules/@capacitor/status-bar"
|
||||||
|
|
||||||
SPEC CHECKSUMS:
|
SPEC CHECKSUMS:
|
||||||
Capacitor: d3d4463573438b9fa65326d1f3549da6f4c21634
|
Capacitor: d3d4463573438b9fa65326d1f3549da6f4c21634
|
||||||
CapacitorCordova: b1fe6bf1f36974a8e4a9044b342d22d49c0996d6
|
CapacitorCordova: b1fe6bf1f36974a8e4a9044b342d22d49c0996d6
|
||||||
CapacitorDialog: 01c49f7f4b37e7ad59e38fd317a6e5f006f23cdc
|
CapacitorDialog: 01c49f7f4b37e7ad59e38fd317a6e5f006f23cdc
|
||||||
CapacitorHaptics: 864585542a435bd41eaabf7f30d9ff5ec03024d3
|
CapacitorHaptics: 864585542a435bd41eaabf7f30d9ff5ec03024d3
|
||||||
|
CapacitorStatusBar: 48f2899f6846cc7d8431b251ebfc58e1c10e3d58
|
||||||
|
|
||||||
PODFILE CHECKSUM: d982dafd697143dbc70f4398fd44331431a93cd6
|
PODFILE CHECKSUM: ff860e33eb8ae1ae6b61d80c17c53ef471a81cdc
|
||||||
|
|
||||||
COCOAPODS: 1.12.1
|
COCOAPODS: 1.12.1
|
||||||
|
|||||||
15
package-lock.json
generated
15
package-lock.json
generated
@@ -13,6 +13,7 @@
|
|||||||
"@capacitor/dialog": "^5.0.2",
|
"@capacitor/dialog": "^5.0.2",
|
||||||
"@capacitor/haptics": "^5.0.2",
|
"@capacitor/haptics": "^5.0.2",
|
||||||
"@capacitor/ios": "^5.0.4",
|
"@capacitor/ios": "^5.0.4",
|
||||||
|
"@capacitor/status-bar": "^5.0.2",
|
||||||
"@ckeditor/ckeditor5-autoformat": "^37.1.0",
|
"@ckeditor/ckeditor5-autoformat": "^37.1.0",
|
||||||
"@ckeditor/ckeditor5-basic-styles": "^37.1.0",
|
"@ckeditor/ckeditor5-basic-styles": "^37.1.0",
|
||||||
"@ckeditor/ckeditor5-editor-balloon": "^37.1.0",
|
"@ckeditor/ckeditor5-editor-balloon": "^37.1.0",
|
||||||
@@ -292,6 +293,14 @@
|
|||||||
"@capacitor/core": "^5.0.0"
|
"@capacitor/core": "^5.0.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"node_modules/@capacitor/status-bar": {
|
||||||
|
"version": "5.0.2",
|
||||||
|
"resolved": "https://registry.npmjs.org/@capacitor/status-bar/-/status-bar-5.0.2.tgz",
|
||||||
|
"integrity": "sha512-5emXUQzx9WnQHnxzapghrqm8P80z7IPLM83PTsfN+NOkm3uw3ZOxB4T7qy9NBV2Zp+GCEpr1UrNBowxV7Ami3Q==",
|
||||||
|
"peerDependencies": {
|
||||||
|
"@capacitor/core": "^5.0.0"
|
||||||
|
}
|
||||||
|
},
|
||||||
"node_modules/@ckeditor/ckeditor5-autoformat": {
|
"node_modules/@ckeditor/ckeditor5-autoformat": {
|
||||||
"version": "37.1.0",
|
"version": "37.1.0",
|
||||||
"resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-autoformat/-/ckeditor5-autoformat-37.1.0.tgz",
|
"resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-autoformat/-/ckeditor5-autoformat-37.1.0.tgz",
|
||||||
@@ -13381,6 +13390,12 @@
|
|||||||
"integrity": "sha512-JVyggBTbHR1OWqxTRysgGKhZHDuM0AQwCIbylvEpza5X0zmaltbQxVC83abcwOKsgNJnrcuv+HUgV+LXg8Dk4Q==",
|
"integrity": "sha512-JVyggBTbHR1OWqxTRysgGKhZHDuM0AQwCIbylvEpza5X0zmaltbQxVC83abcwOKsgNJnrcuv+HUgV+LXg8Dk4Q==",
|
||||||
"requires": {}
|
"requires": {}
|
||||||
},
|
},
|
||||||
|
"@capacitor/status-bar": {
|
||||||
|
"version": "5.0.2",
|
||||||
|
"resolved": "https://registry.npmjs.org/@capacitor/status-bar/-/status-bar-5.0.2.tgz",
|
||||||
|
"integrity": "sha512-5emXUQzx9WnQHnxzapghrqm8P80z7IPLM83PTsfN+NOkm3uw3ZOxB4T7qy9NBV2Zp+GCEpr1UrNBowxV7Ami3Q==",
|
||||||
|
"requires": {}
|
||||||
|
},
|
||||||
"@ckeditor/ckeditor5-autoformat": {
|
"@ckeditor/ckeditor5-autoformat": {
|
||||||
"version": "37.1.0",
|
"version": "37.1.0",
|
||||||
"resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-autoformat/-/ckeditor5-autoformat-37.1.0.tgz",
|
"resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-autoformat/-/ckeditor5-autoformat-37.1.0.tgz",
|
||||||
|
|||||||
@@ -20,6 +20,7 @@
|
|||||||
"@capacitor/dialog": "^5.0.2",
|
"@capacitor/dialog": "^5.0.2",
|
||||||
"@capacitor/haptics": "^5.0.2",
|
"@capacitor/haptics": "^5.0.2",
|
||||||
"@capacitor/ios": "^5.0.4",
|
"@capacitor/ios": "^5.0.4",
|
||||||
|
"@capacitor/status-bar": "^5.0.2",
|
||||||
"@ckeditor/ckeditor5-autoformat": "^37.1.0",
|
"@ckeditor/ckeditor5-autoformat": "^37.1.0",
|
||||||
"@ckeditor/ckeditor5-basic-styles": "^37.1.0",
|
"@ckeditor/ckeditor5-basic-styles": "^37.1.0",
|
||||||
"@ckeditor/ckeditor5-editor-balloon": "^37.1.0",
|
"@ckeditor/ckeditor5-editor-balloon": "^37.1.0",
|
||||||
|
|||||||
@@ -4,6 +4,9 @@ import '@fortawesome/fontawesome-free/css/all.min.css'
|
|||||||
import App from './App.vue'
|
import App from './App.vue'
|
||||||
import { usePreferredDark, useFavicon } from '@vueuse/core'
|
import { usePreferredDark, useFavicon } from '@vueuse/core'
|
||||||
import { initializeFirebase } from '@/composables/useFirebase'
|
import { initializeFirebase } from '@/composables/useFirebase'
|
||||||
|
import { StatusBar, Style } from '@capacitor/status-bar'
|
||||||
|
|
||||||
|
StatusBar.setStyle({ style: Style.Dark })
|
||||||
|
|
||||||
initializeFirebase()
|
initializeFirebase()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user