Skip to content

Commit 56593a0

Browse files
committed
fix: keyboard toolbar position on Android (release)
1 parent a4d3bd4 commit 56593a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

capacitor.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ const config: CapacitorConfig = {
2727
},
2828

2929
Keyboard: {
30-
resize: 'none'
30+
resize: 'resize'
3131
},
3232

3333
SafeArea: {

0 commit comments

Comments
 (0)