Initial Commit ...
This commit is contained in:
@@ -0,0 +1,47 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<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="cordova-plugin-ionic-keyboard" version="2.2.0">
|
||||
<name>cordova-plugin-ionic-keyboard</name>
|
||||
<description>Ionic Keyboard Plugin</description>
|
||||
<license>Apache 2.0</license>
|
||||
<keywords>cordova,keyboard,ecosystem:cordova,cordova-ios,cordova-android</keywords>
|
||||
<repo>https://github.com/ionic-team/cordova-plugin-ionic-keyboard.git</repo>
|
||||
<issue>https://github.com/ionic-team/cordova-plugin-ionic-keyboard/issues</issue>
|
||||
<author>Apache Software Foundation</author>
|
||||
|
||||
<engines>
|
||||
<engine name="cordova" version=">=3.2.0"/>
|
||||
</engines>
|
||||
|
||||
<!-- ios -->
|
||||
<platform name="ios">
|
||||
|
||||
<js-module src="www/ios/keyboard.js" name="keyboard">
|
||||
<clobbers target="window.Keyboard"/>
|
||||
</js-module>
|
||||
|
||||
<config-file target="config.xml" parent="/*">
|
||||
<feature name="CDVIonicKeyboard">
|
||||
<param name="ios-package" value="CDVIonicKeyboard" onload="true"/>
|
||||
</feature>
|
||||
</config-file>
|
||||
|
||||
<header-file src="src/ios/CDVIonicKeyboard.h"/>
|
||||
<source-file src="src/ios/CDVIonicKeyboard.m"/>
|
||||
</platform>
|
||||
|
||||
<!-- android -->
|
||||
<platform name="android">
|
||||
<js-module src="www/android/keyboard.js" name="keyboard">
|
||||
<clobbers target="window.Keyboard"/>
|
||||
</js-module>
|
||||
<config-file target="config.xml" parent="/*">
|
||||
<feature name="CDVIonicKeyboard">
|
||||
<param name="android-package" value="io.ionic.keyboard.CDVIonicKeyboard" onload="true"/>
|
||||
</feature>
|
||||
</config-file>
|
||||
|
||||
<source-file src="src/android/CDVIonicKeyboard.java" target-dir="src/io/ionic/keyboard"/>
|
||||
</platform>
|
||||
|
||||
</plugin>
|
||||
Reference in New Issue
Block a user