[codenameone-discussions] Re: Sharing through facebook app

2019-02-16 Thread Shai Almog
This is a thread from 5 years ago. I suggest opening a new one and describing the symptoms. I doubt there is much we can do as we just invoke an intent. If the app chooses to ignore some of the data we pass that's not something we can necessarily fix. -- You received this message because you a

[codenameone-discussions] Re: Display.getInstance().execute on android causes OS to suspend my app

2019-02-16 Thread Shai Almog
This is a core difference between the OS's. In some cases we hide those differences but in lifecycle it's really hard/undesireable to do so. Android is very aggressive about activity lifecycle. It suspends instantly, even does that on device rotation by default (we hide that behavior). However,

[codenameone-discussions] Re: Sharing through facebook app

2019-02-16 Thread kyri88
HI. I am experiencing this with Whatsapp too. Are there any workarounds? On Friday, July 18, 2014 at 8:38:42 AM UTC+2, Chen Fishbein wrote: > > Hi, > I came across this too, but couldn't make the FB share both text & image, > it seems like a FB bug/behavior - > https://developers.facebook.com/x

[codenameone-discussions] Display.getInstance().execute on android causes OS to suspend my app

2019-02-16 Thread shop . service . assistant
If you are experiencing an issue please mention the full platform your issue applies to: IDE: NetBeans/Eclipse/IDEA NetBeans 8.2 Desktop OS Windows 10 Pro Simulator Latest Device Android 7 & 8.1 My app uses Display.getInstance().execute(file system path to PDF doc) On Android, my app receives a