From c924261c26d3ecdebd97f33546e7351436a8c414 Mon Sep 17 00:00:00 2001 From: EddyVerbruggen Date: Sun, 19 Apr 2015 21:13:33 +0200 Subject: [PATCH 1/2] Failed to load dependent plugins --- plugin.xml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/plugin.xml b/plugin.xml index 558d9c5..1ea41f6 100644 --- a/plugin.xml +++ b/plugin.xml @@ -1,6 +1,5 @@ @@ -21,8 +20,8 @@ - - + + From d0db5b05b540ee7f631ffedce3fa3c8f5d4e7273 Mon Sep 17 00:00:00 2001 From: EddyVerbruggen Date: Sun, 19 Apr 2015 21:28:13 +0200 Subject: [PATCH 2/2] Failed to load dependent plugins --- www/mobile-accessibility.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/www/mobile-accessibility.js b/www/mobile-accessibility.js index d5d6336..8b0038e 100644 --- a/www/mobile-accessibility.js +++ b/www/mobile-accessibility.js @@ -22,9 +22,9 @@ var argscheck = require('cordova/argscheck'), utils = require('cordova/utils'), exec = require('cordova/exec'), - device = require('org.apache.cordova.device.device'), - network = require('org.apache.cordova.network-information.network'), - connection = require('org.apache.cordova.network-information.Connection'), + device = require('cordova-plugin-device.device'), + network = require('cordova-plugin-network-information.network'), + connection = require('cordova-plugin-network-information.Connection'), MobileAccessibilityNotifications = require('com.phonegap.plugin.mobile-accessibility.MobileAccessibilityNotifications'); var MobileAccessibility = function() {