Hi ,
We are facing issue with datawedge plugin, datawedge.defined is getting false always . how get this done.
please help us.
Thanks
Pasupathi.V
Please try replacing the existing line in the plugin
$parameters.IsAvailable = (typeof(cordova.plugins.MotorolaDataWedge) !== "undefined");
with the following:
$parameters.IsAvailable = (typeof(datawedge) !== "undefined");