Take a guess at fixing android keyboard issue

This commit is contained in:
Jon Staab
2025-03-07 09:01:47 -08:00
parent d07b9cde5f
commit 75905e4652
10 changed files with 29 additions and 8 deletions
+4
View File
@@ -11,6 +11,10 @@ const config: CapacitorConfig = {
SplashScreen: {
androidSplashResourceName: "splash"
},
Keyboard: {
style: "DARK",
resizeOnFullScreen: true,
},
},
// Use this for live reload https://capacitorjs.com/docs/guides/live-reload
// server: {