Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-2037] Android: Opening window as mobile causes FC

GitHub Issuen/a
TypeBug
PriorityMedium
StatusClosed
ResolutionInvalid
Resolution Date2012-08-22T12:06:41.000+0000
Affected Version/sn/a
Fix Version/sn/a
ComponentsAndroid
Labelsactivity, android, defect, modal, window
ReporterAndrew Heebner
AssigneeNeeraj Gupta
Created2011-04-15T03:08:45.000+0000
Updated2017-03-09T23:37:18.000+0000

Description

Using continuous builds from both a month ago, and today's latest, Ti.UI.createWindow({modal: true}) and window.open({modal: true}) fail miserably and force close upon the window's activation. Had to switch to navBarHidden instead until this is fixed.

Below is the log line that failed... it appears an Activity must be setup now to open modals? Doesn't seem kosher.


10-10 13:50:30.053: ERROR/AndroidRuntime(5232): android.content.ActivityNotFoundException: Unable to find explicit activity class {com.evilwalrus.weddingapp/org.appcelerator.titanium.TiModalActivity}; have you declared this activity in your AndroidManifest.xml?


Andrew

Comments

  1. Andrew Heebner 2011-04-15

    Additionally, wierd factor here; Tested on two devices:

    Droid Milestone w/ CM6 - Works as it should.
    LG Ally w 2.1-update1 - Fails in above case.

    I haven't had a chance to snoop the source tree today for a possible fault, but it almost seems as though something was updated with 2.2 API/8 specific code, rather than BC. I'll try and take a gander later today.

  2. Junaid Younus 2012-08-22

    No test case provided, unable to reproduce, ticket marked as invalid.
  3. Lee Morris 2017-03-09

    Closing ticket as invalid.

JSON Source