Activity popup - sharing local file

The problem is how to share a file which is not an image, on an iOS device.

The native.showPopup( “activity”) as it is implemented in Corona SDK seems not to offer this functionality, which is supported natively.

iOS UIActivityViewController supports files as well and not only images, text and url, as Corona SDK.

thanks.

i have the same problem of photiscta, when i share a file which is not an image, as Rob Miracle suggested, the activity popup is empty

how can we solve that?

thanks

Please go to https://feedback.coronalabs.com and put in a request for the Activity plugin to support other file types and get it voted up.

Rob