Call Direct Plugin demo.
Trying to get the Call Direct Plugin demo working.
Getting Error Cordova is not defined.
There are answers in the forum, but none that point to my case.
Someone has a solution.
There will be many questions in the forum now that I am new to this.
John
Hi @John Forsberg, First thing, Cordova is not available in web emulators, so to test plugin functionality, you need an Android or Apple device, as plugins are for native features of the device. And if you are testing it on a device, then you need to regenerate and download a new version of the app after adding your plugin dependencies, because when you generate a new version, OutSystems will add the required files for the plugin.ThanksGitansh Anand
Thanks!