|
10 | 10 | <repo>https://github.com/driftyco/ionic-plugin-keyboard.git</repo> |
11 | 11 | <issue>https://github.com/driftyco/ionic-plugin-keyboard/issues</issue> |
12 | 12 |
|
13 | | - <js-module src="www/keyboard.js" name="keyboard"> |
14 | | - <runs/> |
15 | | - <clobbers target="cordova.plugins.Keyboard" /> |
16 | | - </js-module> |
17 | 13 |
|
18 | | - <!-- android --> |
19 | | - <platform name="android"> |
20 | | - |
21 | | - <config-file target="res/xml/config.xml" parent="/*"> |
22 | | - <feature name="Keyboard"> |
23 | | - <param name="android-package" value="io.ionic.keyboard.IonicKeyboard" /> |
24 | | - <param name="onload" value="true" /> |
25 | | - </feature> |
26 | | - </config-file> |
| 14 | + <!-- android --> |
| 15 | + <platform name="android"> |
| 16 | + <js-module src="www/android/keyboard.js" name="keyboard"> |
| 17 | + <runs/> |
| 18 | + <clobbers target="cordova.plugins.Keyboard" /> |
| 19 | + </js-module> |
| 20 | + <config-file target="res/xml/config.xml" parent="/*"> |
| 21 | + <feature name="Keyboard"> |
| 22 | + <param name="android-package" value="io.ionic.keyboard.IonicKeyboard" /> |
| 23 | + <param name="onload" value="true" /> |
| 24 | + </feature> |
| 25 | + </config-file> |
27 | 26 |
|
28 | | - <source-file src="src/android/IonicKeyboard.java" target-dir="src/io/ionic/keyboard" /> |
29 | | - </platform> |
| 27 | + <source-file src="src/android/IonicKeyboard.java" target-dir="src/io/ionic/keyboard" /> |
| 28 | + </platform> |
30 | 29 |
|
31 | 30 | <!-- ios --> |
32 | 31 | <platform name="ios"> |
| 32 | + <js-module src="www/ios/keyboard.js" name="keyboard"> |
| 33 | + <runs/> |
| 34 | + <clobbers target="cordova.plugins.Keyboard" /> |
| 35 | + </js-module> |
33 | 36 | <config-file target="config.xml" parent="/*"> |
34 | 37 | <feature name="Keyboard"> |
35 | 38 | <param name="ios-package" value="IonicKeyboard" onload="true" /> |
|
48 | 51 | <lib-file src="src/blackberry10/native/device/libKeyboard.so" arch="device"/> |
49 | 52 | <lib-file src="src/blackberry10/native/simulator/libKeyboard.so" arch="simulator"/> |
50 | 53 | <config-file target="www/config.xml" parent="/widget"> |
51 | | - <feature name="Keyboard" value="io.ionic.keyboard"/> |
52 | | - |
| 54 | + <feature name="Keyboard" value="io.ionic.keyboard"/> |
53 | 55 | </config-file> |
54 | 56 | </platform> |
55 | 57 |
|
|
0 commit comments