[AC-1351] ANDROID: After adding 3 windows on top of each other, i get a black screen
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | n/a |
Status | Closed |
Resolution | Cannot Reproduce |
Resolution Date | 2014-08-13T21:39:37.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Titanium SDK & CLI |
Labels | TCSupportTriage |
Reporter | Peter Ladis |
Assignee | Mauro Parra-Miranda |
Created | 2014-06-18T15:02:36.000+0000 |
Updated | 2016-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....
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
, you can get detail by click the question mark below. Regards Shuo
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
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!