Skip to content
This repository was archived by the owner on Apr 2, 2018. It is now read-only.

Update README.md #180

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ The `cordova.plugins.Keyboard` object provides functions to make interacting wit

cordova plugin add ionic-plugin-keyboard

Notes
------
This plugin uses a private api on the iOS platform, therefore if you use this plugin your app is at risk of being rejected by Apple.
The part of the private api being used is the "UIWebBrowserView" in the UIWebviewExtension.m file of this plugin.

Methods
-------

Expand Down Expand Up @@ -54,7 +59,7 @@ Close the keyboard if it is open.
Supported Platforms
-------------------

- iOS, Android, Blackberry 10, Windows
- iOS, Android, Blackberry 10, Windows


Keyboard.disableScroll
Expand All @@ -79,7 +84,7 @@ Force keyboard to be shown. This typically helps if autofocus on a text element

Supported Platforms

- Android, Blackberry 10, Windows
- Android, Blackberry 10, Windows

native.keyboardshow
=================
Expand Down