Hello,
I created an application, that uses an external Cordova-plugin and I like to test the functionality of the plug in with Outsystems now. Is that possible or do I need to create a native app to test it?
Thanks Daniel
Hi Daniel
Yes you can't test plugins on Outsystems Now.
Plugins need to run on native device code, so they need to be compiled and included in the APK / IPA. Outsystems Now only gets your html/javascript/css from the server and runs it in the application. It includes some common plugins but that's it.
Hi Afonso,
thank you. That's what I expected. That's a pitty.