Ionic Keyboard plugin: Add show() method

This commit is contained in:
Riron
2015-09-08 19:10:49 +02:00
parent 0c3e7e4fb0
commit 9cb9e74a21
+8
View File
@@ -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