TiSocial.Framework
TiSocial.Framework copied to clipboard
Popover url not working
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
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.