Quantcast
Channel: Ionic Forum - Latest posts
Viewing all articles
Browse latest Browse all 230073

Open keyboard at bottom of footer button in android and iOS application

$
0
0

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


Viewing all articles
Browse latest Browse all 230073

Trending Articles