mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-11 11:50:54 +08:00
Ionic Keyboard plugin: Add show() method
This commit is contained in:
Vendored
+8
@@ -17,6 +17,14 @@ declare module Ionic {
|
||||
* Close the keyboard if it is open.
|
||||
*/
|
||||
close(): void;
|
||||
|
||||
/**
|
||||
* Force keyboard to be shown on Android.
|
||||
* This typically helps if autofocus on a text element does not pop up the keyboard automatically
|
||||
*
|
||||
* Supported Platforms: Android, Blackberry 10
|
||||
*/
|
||||
show(): void;
|
||||
|
||||
/**
|
||||
* Disable native scrolling, useful if you are using JavaScript to scroll
|
||||
|
||||
Reference in New Issue
Block a user