Pieter Swart wrote:
@vikas We are talking about mobile applications so there's a high probability that you will be using cordova plugins (and the app that I'm currently working on uses several). You can't test such applications in the OutSystems emulator if the plugins are essential to the functionality of the app (for instance, if you use them for security) since the plugins will not work on your browser.
Hopefully I will have access to several mobile devices soon (including apple devices). It's just taking a bit long to get past all our procurement processes and policies (whilst management want's to know what's the hold-up because we haven't gone live yet).
Hi Pieter,
If your mobile application have coredova plugins then you will not be able to run application in Outsystems emulator. It will give error of "corecova plugin missing". In Outsystems emulator you can only verify only some javascript and api response error, when only your application don't using any coredova plugin.
Thanks.