viezel / TiSocial.Framework

iOS6+ Social.Framework. Appcelerator apps are able to share content to Facebook and Twitter.
MIT License
257 stars 102 forks source link

Popover url not working #118

Open arildojr opened 9 years ago

arildojr commented 9 years ago

Hi,

I'm using an iPad with iOS8.1.2 and Titanium with 3.4.1GA and the url parameter is not working calling popover. The popover just not show up. Using an image it works normally. My code below: $.social.activityPopover({ text: title, url: 'http://www.google.com', view: btnShare //source button });

Waiting for response, Thank's

ludolphus commented 9 years ago

This is probably also fixed in 1.7.9 because the code didn't check if an image was specified and somehow crashed without warning or logging any error.