Hi All,
I'm new in the Outsystems, Here I'm working on some fixing error logs that appear in our service center. Can someone please advise me how can I resolve these kinds of error that appear in different modules simultaneously.
Any help will be appreciable. Please refer the screenshot attached.
Thanks
P.Kumar
Hi Prince,
It is OutSystems, not outsystem.
You get the Cordova not defined error, because you use a Cordova Plugin in your mobile application but are probably testing the mobile application in the browser of your computer.
Furthermore, there are certain changes that you make to a mobile application, like adding a plugin, that require reinstallation of the apk (android) or ipa (ios) on the mobile device. If you don't do that, you might have logic calling the plugin code (that uses cordova) while the plugin is actually not yet packaged into your mobile build.
Regards,
Daniel
Thanks Daniel,
First, I have made changes to my question and yes, you are right I'm trying to opening mobile app in chrome simulator that is why that cordova issue was coming.
Prince