Runtime Plugins

Neptune DXP leverages the use of Cordova plugins allowing your natively deployed apps to communicate with the native platform on which it runs.

This allows Neptune DXP apps to keep up with the times as mobile devices are constantly enhanced with new hardware and software technology.

runtime plugins

Runtime plugins are JavaScript interfaces installed along with corresponding native code libraries for each supported OS platform. This hides the various native code implementations behind a common JavaScript package to provide access to device and platform specific functionality that is normally not available to web apps. You can then reference and incorporate the plugin’s functionality in your Neptune DXP apps as required.

Cordova Plugins are available on the Cordova Plugin website.