Fixed Network plugin: bad ref in plugin.xml. Added connection constants + additional global to attach to. networks JS now registers its own channel and attaches itself to deviceready as a requirement before firing deviceready.

This commit is contained in:
Fil Maj
2013-06-17 13:17:59 -07:00
parent 54627b93a9
commit 8f551d6e63
4 changed files with 44 additions and 2 deletions
+1
View File
@@ -22,6 +22,7 @@ import org.apache.cordova.api.CallbackContext;
import org.apache.cordova.api.CordovaInterface;
import org.apache.cordova.api.CordovaPlugin;
import org.apache.cordova.api.PluginResult;
import org.apache.cordova.CordovaWebView;
import org.json.JSONArray;
import android.content.BroadcastReceiver;