@moodlehq/cordova-plugin-ionic-keyboard 2.2.0-moodle.2 → 2.2.0-moodle.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -19,5 +19,5 @@ You can see all the changes here: [master...moodlemobile:master](https://github.
19
19
  You can install this package using the [original installation instructions](https://github.com/ionic-team/cordova-plugin-ionic-keyboard#installation), but installing this package instead:
20
20
 
21
21
  ```sh
22
- cordova plugin add @moodlehq/cordova-plugin-ionic-keyboard@2.2.0-moodle.2
22
+ cordova plugin add @moodlehq/cordova-plugin-ionic-keyboard@2.2.0-moodle.3
23
23
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@moodlehq/cordova-plugin-ionic-keyboard",
3
- "version": "2.2.0-moodle.2",
3
+ "version": "2.2.0-moodle.3",
4
4
  "description": "Moodle's fork of Ionic Keyboard Plugin",
5
5
  "scripts": {
6
6
  "release": "standard-version -a",
package/plugin.xml CHANGED
@@ -1,6 +1,6 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
2
 
3
- <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" xmlns:rim="http://www.blackberry.com/ns/widgets" xmlns:android="http://schemas.android.com/apk/res/android" id="@moodlehq/cordova-plugin-ionic-keyboard" version="2.2.0-moodle.2">
3
+ <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" xmlns:rim="http://www.blackberry.com/ns/widgets" xmlns:android="http://schemas.android.com/apk/res/android" id="@moodlehq/cordova-plugin-ionic-keyboard" version="2.2.0-moodle.3">
4
4
  <name>cordova-plugin-ionic-keyboard</name>
5
5
  <description>Ionic Keyboard Plugin</description>
6
6
  <license>Apache 2.0</license>
@@ -245,10 +245,12 @@ NSString* UITraitsClassString;
245
245
  break;
246
246
  }
247
247
  default:
248
+ {
248
249
  NSString *js = [NSString stringWithFormat:@"Keyboard.fireOnResize(%d, %d, null);",
249
250
  _paddingBottom, (int)(f.size.height - wf.origin.y)];
250
251
  [self.commandDelegate evalJs:js];
251
252
  break;
253
+ }
252
254
  }
253
255
  [self resetScrollView];
254
256
  }