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

Commit b324bb6

Browse files
committed
specify res/xml/config.xml on android
Fixes issues with https://issues.apache.org/jira/browse/CB-6414
1 parent d1f66f2 commit b324bb6

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

plugin.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@
1212
<engine name="cordova" version=">=3.2.0" />
1313
</engines>
1414

15-
<js-module src="www/keyboard.js" name="keyboard">
16-
<clobbers target="cordova.plugins.Keyboard" />
17-
</js-module>
15+
<js-module src="www/keyboard.js" name="keyboard">
16+
<clobbers target="cordova.plugins.Keyboard" />
17+
</js-module>
1818

19-
<!-- android -->
20-
<platform name="android">
19+
<!-- android -->
20+
<platform name="android">
2121

22-
<config-file target="config.xml" parent="/*">
22+
<config-file target="res/xml/config.xml" parent="/*">
2323
<feature name="Keyboard">
2424
<param name="android-package" value="com.ionic.keyboard.IonicKeyboard" />
2525
<param name="onload" value="true" />

0 commit comments

Comments
 (0)