Video Share Plugin

This plugin allows you to share video from your app via the activity popup and save video to the iOS camera roll.

Limitations:

Only works on iOS

Functions:

videoShare.save(videoPath, listener)

videoPath(path)(required) the path (via system.pathForFile()) to save video to camera roll

listener (function)(optional) returns event.status "saved" or "could not save" when done

videoShare.show(videoPath, text, listener, x, y)

videoPath(path) (optional)the path (via system.pathForFile()) to share via activity pop up for ios

text(string)(optional) some text to insert into the activity pop up

listener(function)(optional) returns event.status "completed" when done

Build.settings

Helpful Links:

Get Plugin

Example

Support