Receiving data from other apps in an AppWorks application.

Options

Is there a way to receive data that's shared by other apps? For example the user wants to share a news article on an AppWorks app, the AppWorks app then handles the data and places it in let's say a textfield.

  • In Android this is called an intent. Documentation here.
  • In IOS this is called "Share Extension". Documentation here.

The Github AppWorks.js page doesn't mention anything about this.
And when I share an article now, the Android app crashes and the IOS app throws an alert message.

Thank you in advance for any help!