If you are experiencing an issue please mention the full platform your 
issue applies to:
IDE: NetBeans/Eclipse/IDEA  eclipse
Desktop OS
Simulator 
Device iOS

I ma trying to share the zip file through share method of Display as below
if(Display.getInstance().isNativeShareSupported()) {
String out= FileSystemStorage.getInstance().getAppHomePath() + test +".zip";
Display.getInstance().share(out, 
FileSystemStorage.getInstance().getAppHomePath() + out, "application/zip");

}


by above code, the text file is sharing with the link but I want to share 
test.zip file. How to achieve this?  I have been trying from many days but 
still getting same thing.

Thanks for help

-- 
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].
Visit this group at https://groups.google.com/group/codenameone-discussions.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/codenameone-discussions/20819b00-ebe2-42e4-8129-f1675be637c6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to