Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-11804] Android: WebView - App crashes on Motorola RAZR i

GitHub Issuen/a
TypeBug
PriorityLow
StatusClosed
ResolutionNot Our Bug
Resolution Date2017-07-05T17:25:20.000+0000
Affected Version/sRelease 3.0.0
Fix Version/sn/a
ComponentsAndroid
Labelsn/a
ReporterTamila Smolich
AssigneeEric Merriman
Created2012-11-16T22:51:22.000+0000
Updated2017-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

FileDateSize
crash_log.txt2012-11-16T22:51:22.000+00006392
win4.html2012-11-16T22:51:22.000+0000868
win4.js2012-11-16T22:51:22.000+00001235

Comments

  1. jithinpv 2013-03-15

    device specific jithinpv
  2. Lee Morris 2017-07-05

    Closing ticket with reference to the above comment.

JSON Source