Skip to content

Commit 129d3da

Browse files
committed
capacitor keyboard plugin
1 parent 54eda37 commit 129d3da

File tree

3 files changed

+16
-0
lines changed

3 files changed

+16
-0
lines changed

ghcjs/delivery-calculator/capacitor.config.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,10 @@
44
"webDir": "dist/latest",
55
"server": {
66
"androidScheme": "https"
7+
},
8+
"plugins": {
9+
"Keyboard": {
10+
"resizeOnFullScreen": true
11+
}
712
}
813
}

ghcjs/delivery-calculator/package-lock.json

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

ghcjs/delivery-calculator/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"@capacitor/clipboard": "^6.0.1",
1414
"@capacitor/core": "^6.0.0",
1515
"@capacitor/filesystem": "^6.0.1",
16+
"@capacitor/keyboard": "^6.0.2",
1617
"@capacitor/preferences": "^6.0.1",
1718
"@capacitor/share": "^6.0.1",
1819
"@capacitor/toast": "^6.0.2",

0 commit comments

Comments
 (0)