mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-01-31 18:49:43 +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
|
* Programmatically set the resize mode
|
||||||
|
* @param mode {string}
|
||||||
*/
|
*/
|
||||||
@Cordova({
|
@Cordova({
|
||||||
sync: true,
|
sync: true,
|
||||||
platforms: ['iOS']
|
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.
|
* 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