[TIMOB-2037] Android: Opening window as mobile causes FC
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Medium |
Status | Closed |
Resolution | Invalid |
Resolution Date | 2012-08-22T12:06:41.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Android |
Labels | activity, android, defect, modal, window |
Reporter | Andrew Heebner |
Assignee | Neeraj Gupta |
Created | 2011-04-15T03:08:45.000+0000 |
Updated | 2017-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
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.
No test case provided, unable to reproduce, ticket marked as invalid.
Closing ticket as invalid.