The following code was working well in iOS to share some message via Facebook:
options = { service = "facebook", message = "Hello, this is a share message", } native.showPopup( "social", options)
However, I don’t know since when (probably some iOS updates), the Facebook sharing panel still pops up, however the content becomes empty (the message is always empty instead of showing “Hello, this is a share message” in the example above).
Does anyone see this problem too?