no longer is working on android havent tested it on ios becuz couldnt even open it.
Any solution please. Becuase i always post but no answer!
A
Andreas Schacherbauer
said
over 8 years ago
Hi Mohammad, Please refer to the Wikitude PhoneGap Plugin changelog and the Wikitude PhoneGap example application. isDeviceSupported has changed and does not require additional parameter.
Also note that WikitudePlugin._anyFunctionCall is not the way the current Wikitude PhoneGap Plugin should be used. Please create a new instance of our Plugin by calling app.wikitudePlugin = cordova.require("com.wikitude.phonegap.WikitudePlugin.WikitudePlugin");
To give you a complete overview, here is a snippet from our example application:
onDeviceReady: function() {
// check if the current device is able to launch ARchitect Worlds
alert('Unable to launch ARchitect Worlds on this device: n' + errorMessage);
},
);
}
Best regards
Andreas
M
Mohammad Chehab
said
over 8 years ago
The issues is still present even with the modified code.
The AR world on android shows but the location is not firing . And The plugin.close() is not actually stopping the GPS from searching for location and killing the battery.
Mohammad Chehab