Hi,
When trying out the “social” plugin of corona I noticed that my android test devices (galaxy a3 and s4 mini) always return false when native.canShowPopup is executed, even while Facebook and Twitter are installed. whatever params I use, everything returns false.
native.showAlert("test", tostring(native.canShowPopup("activity", "facebook")).." ".. tostring(native.canShowPopup("activity", "twitter")).." ".. tostring(native.canShowPopup("activity", "sinaWeibo")).." ".. tostring(native.canShowPopup("social", "facebook")).." ".. tostring(native.canShowPopup("social", "twitter")).." ".. tostring(native.canShowPopup("social", "sinaWeibo")).." ".. tostring(native.canShowPopup("activity", "share")).." ".. tostring(native.canShowPopup("social", "share")) , {"Ok"}, function() end)
Does it work with anybody else? On my iPhone it works just fine
Ps. im using the latest daily build