fix keyboard and haptics

This commit is contained in:
2023-06-01 23:17:41 +02:00
parent a66b838f46
commit c984cc7a7b
10 changed files with 41 additions and 7 deletions

View File

@@ -6,6 +6,11 @@ const config: CapacitorConfig = {
webDir: 'dist',
server: {
androidScheme: 'https'
},
plugins: {
Keyboard: {
resize: 'native'
}
}
}