[TIMOB-13413] Android: Black screen while opening windows in Samsung Galaxy Nexus I9250XXLH1
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | High |
Status | Closed |
Resolution | Needs more info |
Resolution Date | 2013-10-02T19:35:15.000+0000 |
Affected Version/s | n/a |
Fix Version/s | 2013 Sprint 20, 2013 Sprint 20 API |
Components | Android |
Labels | n/a |
Reporter | Pedro Enrique |
Assignee | Ingo Muschenetz |
Created | 2013-04-05T21:03:35.000+0000 |
Updated | 2017-03-22T22:31:06.000+0000 |
Description
As you can see in the following videos, when a window is opened from another window in this particular device, you'll see a black background before the background image is applied:
https://www.youtube.com/watch?v=PzsM3pfw6Qo
https://www.youtube.com/watch?v=Nu8fdNvOe48
This is the code used to create a window, as you can see it is a very simple window creation:
var pinMap = Ti.UI.createWindow({
modal:Globals.isIphone? true : false,
title:'',
barColor: Globals.app_barColor,
barImage : Globals.images_folder+'general/top_bar.png',
backgroundRepeat:true,
backgroundImage: Globals.images_folder+'general/background_slim.png',
backgroundColor: Globals.app_backgroundColor,
navBarHidden: Globals.isIphone ? false:true,
fullscreen:false
});
also confirmed on - another Nexus Galaxy - brand new Nexus 4 (LG)
on the newer 3.1.0.GA SDK the black screen is gone, but instead you get flickering... the window opened seems to draw, then disappear for a split second and show up again.
also confirmed on a Samsung Galaxy S4
Hi, [~egomez], [~moshebox@gmail.com], can you provide a reproducible test case and specify the testing steps and the SDK version you use? Thanks.
Closing ticket due to the information that was requested was not provided.