Check Cordova plugins

Hello!

To check how/if Cordova plugins work - this is only possible via a native build (using Cordova, Volt.Build, …), right?

Or is there any other way?

Thank you!!!

Best,

Olaf

That’s correct. Most plugins have some native code (i.e., compiled for iOS or Android). That’s what lets them do things which you could not do with JavaScript alone.

That is also why they cannot run in a web browser.

…ok, I understand.

Thank you very much for the quick response!!!