Add clipboard plugin

This commit is contained in:
Yemel Jardi 2014-08-13 10:18:36 -03:00
commit 66482cd9e2
4 changed files with 110 additions and 1 deletions

View file

@ -28,4 +28,7 @@
<feature name="SplashScreen">
<param name="android-package" value="org.apache.cordova.splashscreen.SplashScreen" />
</feature>
<feature name="Clipboard">
<param name="android-package" value="com.verso.cordova.clipboard.Clipboard" />
</feature>
</widget>