jasonkneen / ti-html2as

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

The example don’t work in android. #2

Closed fukhaos closed 9 years ago

fukhaos commented 9 years ago

The example from GitHub don’t work in android.

[ERROR] : V8Exception: Exception occurred at nl.fokkezb.html2as.js:105: Uncaught TypeError: Cannot read property ‘ATTRIBUTE_FONT’ of undefined

yuchi commented 9 years ago

This module works with AttributedString which is an iOS (Cocoa) specific API.

FokkeZB commented 9 years ago

Exactly. For Android set simple HTML on a Label's html attribute