Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-13413] Android: Black screen while opening windows in Samsung Galaxy Nexus I9250XXLH1

GitHub Issuen/a
TypeBug
PriorityHigh
StatusClosed
ResolutionNeeds more info
Resolution Date2013-10-02T19:35:15.000+0000
Affected Version/sn/a
Fix Version/s2013 Sprint 20, 2013 Sprint 20 API
ComponentsAndroid
Labelsn/a
ReporterPedro Enrique
AssigneeIngo Muschenetz
Created2013-04-05T21:03:35.000+0000
Updated2017-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
});

Comments

  1. Moshe Marciano 2013-04-10

    also confirmed on - another Nexus Galaxy - brand new Nexus 4 (LG)
  2. Moshe Marciano 2013-05-12

    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.
  3. Moshe Marciano 2013-07-27

    also confirmed on a Samsung Galaxy S4
  4. Ping Wang 2013-09-20

    Hi, [~egomez], [~moshebox@gmail.com], can you provide a reproducible test case and specify the testing steps and the SDK version you use? Thanks.
  5. Lee Morris 2017-03-22

    Closing ticket due to the information that was requested was not provided.

JSON Source