diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2018-05-03 11:39:59 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2018-05-03 11:39:59 -0400 |
| commit | 27d7668600bb5e3d7b47b97d5cc2abc11bb7136b (patch) | |
| tree | bae3157098523e1b1c89ba58dde5069681e64ce0 /config.xml | |
| parent | 9083e72b798631fb00c5483bbc9176e1cacbda16 (diff) | |
take off scroll sista, other fixes
Diffstat (limited to 'config.xml')
| -rw-r--r-- | config.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -129,7 +129,6 @@ <plugin name="cordova-plugin-websocket" spec="^0.12.2" /> <plugin name="cordova-plugin-whitelist" spec="^1.3.2" /> <plugin name="cordova-sqlite-storage" spec="^1.5.3" /> - <plugin name="ionic-plugin-keyboard" spec="^2.2.1" /> <plugin name="org.devgeeks.Canvas2ImagePlugin" spec="https://github.com/flache/Canvas2ImagePlugin"> <variable name="PHOTOLIBRARY_USAGE_DESCRIPTION" value=" " /> </plugin> @@ -148,6 +147,7 @@ <plugin name="cordova-plugin-file" spec="^6.0.1" /> <plugin name="cordova-plugin-add-swift-support" spec="^1.7.1" /> <plugin name="cordova-plugin-certificates" spec="https://github.com/hypery2k/cordova-certificate-plugin.git" /> + <plugin name="ionic-plugin-keyboard" spec="^2.2.1" /> <engine name="ios" spec="^4.5.4" /> <engine name="android" spec="^6.3.0" /> </widget> |
