refactor: pre release cleanup all over the place

This commit is contained in:
Rainer Killinger
2022-10-21 16:01:44 +00:00
parent c3130a392a
commit acdd93eb99
20 changed files with 215 additions and 139 deletions

View File

@@ -289,7 +289,9 @@ export class MapPageComponent {
* Hides keyboard in native app environments
*/
hideKeyboard() {
Keyboard.hide();
if (Capacitor.isNativePlatform()) {
Keyboard.hide();
}
}
/**