mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-21 13:27:15 +08:00
Phonegap: Added Keyboard plugin
This commit is contained in:
committed by
Dick van den Brink
parent
21216fa8d6
commit
5f30d6961a
15
phonegap/phonegap.d.ts
vendored
15
phonegap/phonegap.d.ts
vendored
@@ -590,6 +590,21 @@ interface StatusBar {
|
||||
}
|
||||
declare var StatusBar: StatusBar;
|
||||
|
||||
interface Keyboard {
|
||||
automaticScrollToTopOnHiding: boolean;
|
||||
isVisible: boolean;
|
||||
|
||||
onshow: Function;
|
||||
onhide: Function;
|
||||
onshowing: Function;
|
||||
onhiding: Function;
|
||||
|
||||
disableScrollingInShrinkView(disable: boolean): void;
|
||||
hideFormAccessoryBar(hide: boolean): void;
|
||||
shrinkView(shrink: boolean): void;
|
||||
}
|
||||
declare var Keyboard: Keyboard;
|
||||
|
||||
interface /*PhoneGapNavigator extends*/ Navigator {
|
||||
accelerometer: Accelerometer;
|
||||
camera: Camera;
|
||||
|
||||
Reference in New Issue
Block a user