viezel/TiSocial.Framework

iPad popover on modal window

Closed this issue · 10 comments

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

No one with this problem?

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

why not on a button? it worked already with buttons

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

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

Same problem here

And no longer support as it seems :-(

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 :( .

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

v1.8.4 works on iPad modal window to me