Skip to content

Commit

Permalink
Added a plugin to allow ajax requests in android for newer Cordova
Browse files Browse the repository at this point in the history
  • Loading branch information
John Saleigh committed Oct 29, 2015
1 parent acb8473 commit 2c04a08
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cordova-testbed/init.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/bin/bash

cordova plugin add org.apache.cordova.console de.appplant.cordova.plugin.email-composer
# This fixes 404 errors in ajax calls on the android platform with newer versions of Cordova
cordova plugin add cordova-plugin-whitelist
cordova plugin add ../ --link
cordova platform add ios android

0 comments on commit 2c04a08

Please sign in to comment.