Open abada opened 9 years ago
can you fix that in a PR? I'm waiting for a solution for that very long
I just fixed this by using Social.activityPopover instead of Social.activityView on the iPad and passing a view: theButton to it.
"theButton" has to be a valid TiUIButton or TiUIView element. If you trigger the activitiyPopover with a click event, "event.source" will do it
var button = Ti.UI.createButton({title: 'Share!'});
button.addEventListener('click', function(e) {
Social.activityPopover({view: e.source, ...);
});
win.add(button);
@lowb1rd
Not working :(
@abada Please check the latest v1.8.4 update and close this issue if its fixed.
Thank you i will try
Ipad Popover not working