[TIMOB-7154] MobileWeb: Ti.UI.WebView missing dependency declaration for FontWidget
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Critical |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2012-01-13T15:33:40.000+0000 |
Affected Version/s | Release 2.0.0 |
Fix Version/s | Sprint 2012-01, Release 2.0.0, Release 1.8.1 |
Components | MobileWeb |
Labels | stage, stage2 |
Reporter | Patrick Seda |
Assignee | Chris Barber |
Created | 2012-01-12T17:23:33.000+0000 |
Updated | 2017-03-04T00:20:49.000+0000 |
Description
Implementing this Titanium code:
{noformat}
var wv = Ti.UI.createWebView({
backgroundColor:'black',
height: 240,
width: 300,
touchEnabled: false // *** CAUSE OF ERROR
});
{noformat}
Causes this error: {noformat}ReferenceError: Can't find variable: FontWidget{noformat}
PR: https://github.com/appcelerator/titanium_mobile/pull/1172
Closing ticket due to MobileWeb no longer being supported.