mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-01-19 00:12:53 +08:00
fix(keyboard): include the mode parameter in setResizeMode()
This commit is contained in:
parent
fbf7463724
commit
8d57df3e64
@ -59,12 +59,13 @@ export class Keyboard extends IonicNativePlugin {
|
||||
|
||||
/**
|
||||
* Programatically 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