the "OK" is actually one of Cordova's result codes. (org.apache.cordova.PluginResult.Status.OK) The naming of the variable in the sample code ("loadedURL") might not be ideal, I'll search for a better name for the next version.
Thank you and best regards, Simon
J
Joshuara
said
almost 8 years ago
I found the solution.
Wikitude plugin is updated from 4.0 to 4.1 and new plugin has that function so I can select which feature I'll use or not.
// deviceready Event Handler
onDeviceReady: function() {
// check if the current device is able to launch ARchitect Worlds
Joshuara