You have to add the keyboard plugin in your app.module.ts file.
In the import section add :
import { Keyboard } from ‘@ionic-native/keyboard’;
and in the provider section add :
Keyboard
You have to add the keyboard plugin in your app.module.ts file.
In the import section add :
import { Keyboard } from ‘@ionic-native/keyboard’;
and in the provider section add :
Keyboard