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
});
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