Red Splash Screen Image Visible Under Keyboard

You must Login before you can answer or comment on any questions.

I am using the latest version with the Single Screen Template. All I did was add some text fields and a button. When I click a text field there is a red flash above the keyboard. I am sure this must be the red Titanium Splash Screen showing through as the keyboard zooms in. I've set back ground colors on the Window etc., but that darn flash of red is still there. Has anyone run into this issue? I've searched and come up empty. FYI. This does not happen on the emulator. It happens on my device, which is the SGS 3. I've noticed the emulator is not very accurate though. Things seldom look the same on a real device.

— asked 10 months ago by Matt Weber
1 Comment
  • Hi, place some code , so that we can help you in solving problem....

    — commented 10 months ago by Moiz Chhatriwala

1 Answer

Accepted Answer

Hi Matt,

I have just been having the same problem with my Android app. I found that setting 'statusbar-hidden', 'fullscreen' and 'navbar-hidden' all to true in the tiapp.xml (there should be an xml entry for each), cleaning and re-building seemed to work:

<statusbar-hidden>true</statusbar-hidden>
<fullscreen>true</fullscreen>
<navbar-hidden>true</navbar-hidden>
I'm not sure why that should make a difference though, but it seemed to work in my case!

Regards,

Michael

— answered 10 months ago by Michael Aldridge
answer permalink
1 Comment
  • Michael, you rock! Thanks a ton. Not only did that solve this problem, but it solved another. I could not figure out how to get rid of the bars. I set them to hidden in the code, but that only works in the emulator. Editing the value in the xml works like a charm.

    — commented 10 months ago by Matt Weber

Your Answer

Think you can help? Login to answer this question!