TiSMSView icon indicating copy to clipboard operation
TiSMSView copied to clipboard

Expandable Text Area Module - iOS - Titanium

Results 18 TiSMSView issues
Sort by recently updated
recently updated
newest added

If a message is not sent because of various issues, there should be a way to resend it just like the sms app.

It seems that right now only an image blob or a text is part of the messages. I would like to include a reference to an object. This way I...

The label should have some margin on the sides. Currently it fills the screen width.

The `.sendColor` property is useful for distinguishing different types of messages. Currently I'm changing the `.sendColor` before sending a message depending on what kind of message it is. The problem...

The padding on the message bubble is not the same on each side. You can see that there's more space on the left than the right side. ![message bubble margin...

Trivial

There should be a way to style the text in the message bubbles. Right now the `font` property only sets the font style for the textArea. Maybe something like this:...

New Feature
Trivial

If I do a `.receiveMessage()` right after an `.sendMessage()`, the scrolling is set on the `.sendMessage()` and not on the last item `.receiveMessage()`, like it should, so the last `.receiveMessage()`...

Bug

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

New Feature
Trivial