@ingemar
Sadly this code now no longer works. Bizzare!
local options = { service = "twitter", message = "message", url = {urlLink}, image = { {baseDir = system.CachesDirectory, filename = "image.png"} }, } display.save(display.getCurrentStage(), "image.jpg", system.CachesDirectory) native.showPopup("social", options)
Regardless of whether I use system.CachesDirectory, system.DocumentsDirectory or system.TemporaryDirectory
Inserting a delay of 1.5 seconds before the call to native.showPopup() make no difference either. Is your image sharing for Twitter still working?
Same buid (2288) same device Samsung Galaxy Tab 2 (4.2.2). I even tried deleting the standard Twitter app and re-installing. No luck.
Help!
MAS1