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
What is puzzling me is that you shouldn't be able to use packaged CommonJS modules with 5.0.0.GA anyway because of https://jira.appcelerator.org/browse/TIMOB-19545. Or did build and drop in just the JS file?
Anyway, that's what I did to trace your bug and the problem was that because I used a reference to either Ti.UI or Ti.UI.iOS Titanium didn't include the class in device builds. I'll push a fix soon.
Hello, I use Ti SDK 5.0 with iOS9 & html2as v.1.3.2
In the simulator everything works perfect, but on the device, im getting the red Application error that says:
"invalid method (createAttributedString) passed to UIModule at nl.fokkezb.html2as.js (line 1)"
The text was updated successfully, but these errors were encountered: