101
Views
1
Comments
[DataWedge Plugin] Plugin issue
Question
datawedge-plugin
Mobile icon
Forge asset by Rosanne van Tol

Hi ,

We are facing issue with datawedge plugin, datawedge.defined is getting false always . how get this done.

please help us.

Thanks

Pasupathi.V

2017-01-13 11-36-43
Pedro Saraiva
Staff

Please try replacing the existing line in the plugin

$parameters.IsAvailable = (typeof(cordova.plugins.MotorolaDataWedge) !== "undefined"); 

with the following:

$parameters.IsAvailable = (typeof(datawedge) !== "undefined");

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.