My app has to be called when a certain file is selected by the user.
I need this functionality on iOS.

In the start() method the URI is obtained:

    String arg=Display.getInstance().getProperty("AppArg",null);

and then used

...
...
    is=Storage.getInstance().createInputStream(arg);
...
...

Is it "arg" the file URI parameter, so it can be used as the input stream 
name?

I mean, on iOS. Does it work in your iOS apps?

Thanks in advance

-- 
You received this message because you are subscribed to the Google Groups 
"CodenameOne Discussions" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/codenameone-discussions/13d108eb-4bb5-4272-88a9-94775c355ff2n%40googlegroups.com.

Reply via email to