diff --git a/README.md b/README.md index 24a9288..7d430d4 100644 --- a/README.md +++ b/README.md @@ -72,8 +72,7 @@ There are however __many__ options you can pass in to tweak the appearance and b |`textColor`|`#444444`|yes|yes|The color of the typed text. |`placeholder`||yes|yes|Like a regular HTML input placeholder. |`placeholderColor`|`#CCCCCC`|yes|yes|The color of the placeholder text. -|`suppressSuggestions`|`true`|no/yes/Set this to `false` to allow predictive text on Android -|`#CCCCCC`|yes|yes|The color of the placeholder text. +|`suppressSuggestions`|`true`|no|yes|Set this to `false` to allow predictive text on Android |`backgroundColor`|`#F6F6F6`|yes|yes|The background color of the messenger bar. |`textViewBackgroundColor`|`#F6F6F6`|yes|yes|The background color of the textview. Looks nicest on Android if it's the same color as the `backgroundColor` property. |`textViewBorderColor`|`#666666`|yes|no|The border color of the textview. diff --git a/package.json b/package.json index b88852f..d39e947 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-native-keyboard", - "version": "1.5.2", + "version": "1.5.3", "description": "This plugin aims to solve common keyboard problems encountered with Cordova / PhoneGap apps. The messenger component (see screenshots) is ready for production, but this plugin will have more tricks up its sleeve. I'll document those once they're ready for primetime as well.", "cordova": { "id": "cordova-plugin-native-keyboard", diff --git a/plugin.xml b/plugin.xml index a78722a..e40d1a7 100755 --- a/plugin.xml +++ b/plugin.xml @@ -2,7 +2,7 @@ + version="1.5.3"> Native Keyboard