[TIMOB-7881] Android: Gingerbread 2.3.X: Emulator: WebView html property crashes app
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | High |
Status | Closed |
Resolution | Duplicate |
Resolution Date | 2012-03-14T15:45:37.000+0000 |
Affected Version/s | Release 1.8.1 |
Fix Version/s | n/a |
Components | Android |
Labels | module_webview, qe-testadded, regression |
Reporter | Dustin Hyde |
Assignee | Marshall Culpepper |
Created | 2012-03-05T12:05:46.000+0000 |
Updated | 2013-05-01T20:08:37.000+0000 |
Description
When the html property of a WebView is accessed, the app will crash. Log attached.
Steps to Reproduce:
1. Run code on 2.3.3 Emulator.
Note: This is a minimum fail case. TIMOB-974 sample code can be used for a more realistic example.
var webView = Ti.UI.createWebView();
webView.html;
Expected Result:
App should not crash.
Actual Result:
Crash.
Attachments
File | Date | Size |
---|---|---|
1.8.1+ v8-rhino android webview crash log.txt | 2012-03-05T12:05:46.000+0000 | 10565 |
Duplicates TIMOB-2682. The Gingerbread emulator is buggy wrt WebView.
Closing.