You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can you include the source view of the message in the event object of the message click event?
On iPad OptionDialog needs a source view to know where to place the OptionDialog popover. I'm showing a OptionDialog when a message is clicked. I tried using event.source, but it seems to be the source view of the message table.
The text was updated successfully, but these errors were encountered:
Not really sure what you mean... could you provide some code? Also, this is right now an iPhone only module, I have not tested it on the iPad, and I'm afraid to see how it would look like :)
On a later version I will include support for iPad.
What I need is a reference to the message view, so I can put it into the view property of the .show() method of the OptionDialog. OptionDialog needs this property to know where to place the popover on iPad.
The source property should point to the message view ([object TiPedroSMSMessageView]?) and not the whole view.
The event object should also be documented.
Also, this is right now an iPhone only module, I have not tested it on the iPad, and I'm afraid to see how it would look like :)
In portrait on iPad it works perfectly, but in landscape the textArea toolbar disappears.
Can you include the source view of the message in the event object of the message click event?
On iPad OptionDialog needs a source view to know where to place the OptionDialog popover. I'm showing a OptionDialog when a message is clicked. I tried using
event.source
, but it seems to be the source view of the message table.The text was updated successfully, but these errors were encountered: