jasonkneen / ti-html2as

HTML 2 AttributedString converter for Titanium
Other
64 stars 24 forks source link

On click event #4

Closed javg2k closed 9 years ago

javg2k commented 9 years ago

There is way to use click event... by default i can use link event the problem is that use long tap event... will be great to use single tap event.

FokkeZB commented 9 years ago

Is this a question? There's a JIRA ticket requesting for single tap: https://jira.appcelerator.org/browse/TC-4992

nicka commented 9 years ago

@javg2k Ti.UI.TextArea has support for the click event.

yuchi commented 9 years ago

If textareas can auto resize their height (I don't remember) then we can have a workaround!

FokkeZB commented 9 years ago

Of course, height: Ti.UI.SIZE, scrollable:false

But the links will be not underlined and a different blue.

See the list of known issues at: http://www.tidev.io/2014/11/13/using-basic-html-in-labels-on-ios-like-android/