@codesthings/nativescript-soft-keyboard
Advanced tools
Comparing version 2.0.3 to 2.0.4
{ | ||
"name": "@codesthings/nativescript-soft-keyboard", | ||
"version": "2.0.3", | ||
"version": "2.0.4", | ||
"description": "Detect soft keyboard Height", | ||
@@ -9,4 +9,4 @@ "main": "index.js", | ||
"platforms": { | ||
"ios": "6.0.0", | ||
"android": "6.0.0" | ||
"ios": "7.0.0", | ||
"android": "7.0.0" | ||
} | ||
@@ -16,3 +16,3 @@ }, | ||
"type": "git", | ||
"url": "https://github.com/liuy97/nativescript-soft-keyboard.git" | ||
"url": "https://github.com/jamescodesthings/nativescript-soft-keyboard" | ||
}, | ||
@@ -32,4 +32,11 @@ "keywords": [ | ||
}, | ||
"contributors": [ | ||
{ | ||
"name": "James Macmillan", | ||
"email": "jamescodesthings@gmail.com", | ||
"url": "https://github.com/jamescodesthings/" | ||
} | ||
], | ||
"bugs": { | ||
"url": "https://github.com/liuy97/nativescript-soft-keyboard/issues" | ||
"url": "https://github.com/jamescodesthings/nativescript-soft-keyboard/issues" | ||
}, | ||
@@ -36,0 +43,0 @@ "license": "Apache-2.0", |
@@ -0,1 +1,11 @@ | ||
# History | ||
Forked from `https://github.com/liuy97/nativescript-soft-keyboard` | ||
## Changes | ||
- Inlined the AAR dependency for `keyboardheightprovider` due to bintray sunset. | ||
- Original source here: https://github.com/Crysis21/KeyboardHeightProvider | ||
- Scoped to my npm org & bumped. | ||
# Nativescript soft-keyboard | ||
@@ -6,2 +16,3 @@ | ||
## Break changes | ||
nativescript-soft-keyboard@2 for Nativescript@7 | ||
@@ -18,13 +29,12 @@ | ||
## Usage | ||
```javascript | ||
registerSoftKeyboardCallback((h) => console.log(h)) | ||
registerSoftKeyboardCallback((h) => console.log(h)); | ||
``` | ||
## API | ||
| function | parameter | Description | | ||
| --- | --- | --- | | ||
| registerSoftKeyboardCallback | callback | register a callback for new height of soft keyboard | | ||
| function | parameter | Description | | ||
| ---------------------------- | --------- | --------------------------------------------------- | | ||
| registerSoftKeyboardCallback | callback | register a callback for new height of soft keyboard | | ||
@@ -31,0 +41,0 @@ ## License |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
41320
42