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.
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
Your Answer
Think you can help? Login to answer this question!