pec1985 / TiSMSView

Expandable Text Area Module - iOS - Titanium
Other
60 stars 18 forks source link

Option to show Copy menu when message clicked #11

Closed sindresorhus closed 12 years ago

sindresorhus commented 13 years ago

Can we have an option to show the copy menu tooltip when a message is clicked?

pec1985 commented 13 years ago

I wonder if this could be done in JS with the Ti.UI.Clipboard API, I will check

sindresorhus commented 13 years ago

Titanium currently has no support for UIMenuController. Ti.UI.Clipboard API is currently only usable to set and the clipboard, not showing the copy/paste tooltip. There is a feature request on JIRA on it.