mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-01-19 08:32:52 +08:00
fix(keyboard): add missing property
This commit is contained in:
parent
f95003cbe1
commit
fcd6d26727
@ -59,12 +59,13 @@ export class Keyboard extends IonicNativePlugin {
|
||||
|
||||
/**
|
||||
* Programmatically set the resize mode
|
||||
* @param mode {string}
|
||||
*/
|
||||
@Cordova({
|
||||
sync: true,
|
||||
platforms: ['iOS']
|
||||
})
|
||||
setResizeMode(): void {}
|
||||
setResizeMode(mode: string): void {}
|
||||
|
||||
/**
|
||||
* Creates an observable that notifies you when the keyboard is shown. Unsubscribe to observable to cancel event watch.
|
||||
|
Loading…
Reference in New Issue
Block a user