Has anyone tried to use DJI mobile SKD together with any cross-platform development framework? Ionic, React-Native or Flutter?
Is it possible?
If they don't have a Cordova plugin available, it won't work out of the box. At least not in Ionic.
In order for it to work, you need to expose the API of the plugin to its JavaScript counterpart so that Cordova knows how to call certain functions.