viezel / TiSocial.Framework

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

iPad popover on modal window #148

Closed caspahouzer closed 8 years ago

caspahouzer commented 9 years ago

If I try to show the popover view on a button in a modal window, I got the following message:

Warning: Attempt to present UIActivityViewController: 0x7e59da70 on TiRootViewController: 0x7aab9800 which is already presenting TiViewController: 0x78f4b460

caspahouzer commented 9 years ago

No one with this problem?

enrique26 commented 8 years ago

this is because you trying to show the modal widget on a button; you have to add on a view element

caspahouzer commented 8 years ago

why not on a button? it worked already with buttons

enrique26 commented 8 years ago

i had the same issue and that was my solution in that moment. still i dont know what is causing that problem

caspahouzer commented 8 years ago

But that works not, too. For iPad, I now have a self built popover with some sharing options.

danielkscarmo commented 8 years ago

Same problem here

caspahouzer commented 8 years ago

And no longer support as it seems :-(

danielkscarmo commented 8 years ago

My huge workaround was to replace all modal windows using this module on iPad, so on iPad I really need to open non-modal windows to present this module popover. I also needed to attach the popover to views, it was not possible to attach to buttons anymore :( .

hansemannn commented 8 years ago

@caspahouzer Please check the latest v1.8.4 update and close this issue if its fixed.

danielkscarmo commented 8 years ago

v1.8.4 works on iPad modal window to me