diff --git a/src/@ionic-native/plugins/keyboard/index.ts b/src/@ionic-native/plugins/keyboard/index.ts index 2ba74afd..5fc4c615 100644 --- a/src/@ionic-native/plugins/keyboard/index.ts +++ b/src/@ionic-native/plugins/keyboard/index.ts @@ -1,5 +1,5 @@ import { Injectable } from '@angular/core'; -import { Cordova, IonicNativePlugin, Plugin } from '@ionic-native/core'; +import { Cordova, CordovaProperty, IonicNativePlugin, Plugin } from '@ionic-native/core'; import { Observable } from 'rxjs/Observable'; /** @@ -32,6 +32,14 @@ import { Observable } from 'rxjs/Observable'; }) @Injectable() export class Keyboard extends IonicNativePlugin { + + /** + * Check keyboard status visible or not. + * @returns {boolean} + */ + @CordovaProperty + isVisible: boolean; + /** * Hide the keyboard accessory bar with the next, previous and done buttons. * @param hide {boolean}