Skip to main content
Known Participant
January 14, 2013
Question

Share via and invoke bug?

  • January 14, 2013
  • 2 replies
  • 852 views

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

This topic has been closed for replies.

2 replies

blogtomAuthor
Known Participant
February 11, 2013

It's seems to be a bug! Nobody found a solution yet!

Any feedback, Adobe?

blogtomAuthor
Known Participant
February 27, 2013

Does anybody get it to work yet? For example: Share a link from the browser to an app.

Any tips welcome!