Merge branch 'master' into v5

This commit is contained in:
Daniel Sogl
2019-01-20 17:37:35 +01:00
parent 34ecd29d9f
commit a9dbb23b23
15 changed files with 2567 additions and 322 deletions
@@ -32,6 +32,13 @@ import { Observable } from 'rxjs';
})
@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}