Share via and invoke bug?
Hi,
my app only receives an empty string if an other application is sharing a text over the "share via" menu. (Like sharing a link or text)
Is this a known bug?
The invoke event:
NativeApplication.nativeApplication.addEventListener(InvokeEvent.INVOKE, onAppInvoke);
function onAppInvoke(event:InvokeEvent):void {
info.text = event.arguments.toString()
}
Every other invoke event is working such as launching the app with arguments from the browser. (myapp://?text=hello-world)
Any tips welcome!
Tom
