[TIMOB-11804] Android: WebView - App crashes on Motorola RAZR i
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | Low |
| Status | Closed |
| Resolution | Not Our Bug |
| Resolution Date | 2017-07-05T17:25:20.000+0000 |
| Affected Version/s | Release 3.0.0 |
| Fix Version/s | n/a |
| Components | Android |
| Labels | n/a |
| Reporter | Tamila Smolich |
| Assignee | Eric Merriman |
| Created | 2012-11-16T22:51:22.000+0000 |
| Updated | 2017-07-05T17:25:20.000+0000 |
Description
Description:
The application crashes on Motorola RAZR i XT890. Looks like device specific issue. Tested on Samsung Galaxy SIII with the same version 4.0.4, Motorola Xoom 4.0.3, Nexus 7 4.1.1 - app does not crash.
Not a regression, occurs on 2.1.4 and 2.1.3 as well.
Crash log is attached.
Steps:
1. Run the following code:
var tabGroup = Titanium.UI.createTabGroup();
var win4 = Titanium.UI.createWindow({
title: "HTML",
url:"win4.js"
});
var tab4 = Titanium.UI.createTab({
title: "HTML",
window: win4
});
tabGroup.addTab(tab4);
tabGroup.open();
2. Click "Take Picture"
3. Take a picture and press "save" button
Expected result:
An alert should appear that displays the path of the picture.
Actual result:
App crashes
Attachments
| File | Date | Size |
|---|---|---|
| crash_log.txt | 2012-11-16T22:51:22.000+0000 | 6392 |
| win4.html | 2012-11-16T22:51:22.000+0000 | 868 |
| win4.js | 2012-11-16T22:51:22.000+0000 | 1235 |
device specific jithinpv
Closing ticket with reference to the above comment.