How to use the @ionic-native/keyboard.Keyboard function in @ionic-native/keyboard

To help you get started, we’ve selected a few @ionic-native/keyboard examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github growu / drip-ionic3 / src / providers / AppProvider.ts View on Github external
export function KeyboardFactory():any {
    return (window.hasOwnProperty('cordova')) ? new Keyboard() : new KeyboardMock();
}

@ionic-native/keyboard

Ionic Native - Native plugins for ionic apps

MIT
Latest version published 3 years ago

Package Health Score

75 / 100
Full package analysis

Popular @ionic-native/keyboard functions