Titanium JIRA Archive
Appcelerator Community (AC)

[AC-1351] ANDROID: After adding 3 windows on top of each other, i get a black screen

GitHub Issuen/a
TypeBug
Priorityn/a
StatusClosed
ResolutionCannot Reproduce
Resolution Date2014-08-13T21:39:37.000+0000
Affected Version/sn/a
Fix Version/sn/a
ComponentsTitanium SDK & CLI
LabelsTCSupportTriage
ReporterPeter Ladis
AssigneeMauro Parra-Miranda
Created2014-06-18T15:02:36.000+0000
Updated2016-03-08T07:37:45.000+0000

Description

I pop windows on the screen with this code function NavigationController(a){ // this is to avoid errors a = a || {}; a.window = a.window || Ti.UI.createWindow({ layout:'vertical' }); // this is to handle the iPhone Nav functionality var Android = true; // there is no Nav in Android, so let's return the window if(Android){ a.window.push = function(b){ b.open({ fullscreen:true, }); }; return a.window; } } Programmatically or using the back button on the 3rd window...i always get a BLACK screen...and it requires me to hit the back button again for my app to appear with window 2....

Comments

  1. Shuo Liang 2014-06-19

    Hi, Sorry, I am afraid I can't understand your code. would you please explain more about it? maybe a screen shot is helpful. P.S. Using code tag to quote your code can make it easy to read in JIRA ticket. Like
    example
    , you can get detail by click the question mark below. Regards Shuo
  2. Mauro Parra-Miranda 2014-07-15

    Hello! Please provide a testcase in the form of app.js, so we can reproduce this issue. If you can add more details like this is happening in device or emulator. Best Regards
  3. Mauro Parra-Miranda 2014-08-13

    Hello [~peterladis]! We created a testcase above, and we can't reproduce your issue. Please either produce a minimal testcase with your approach that shows the issue. If you provide a testcase that shows the issue, we can re open this one. Thanks! Best Regards!

JSON Source