phonegap - Black screen showing after splash screen on blackberry
Asked Answered
N

1

6

i've build my app using phonegap online builder, and it works properly on android but on a blackberry device (9800) and after the splash screen it shows a blank black screen with a white horizontal bar (about 5 px ) on the top of screen and nothing else. anyone can help me please ? thanks

Nicaragua answered 27/11, 2012 at 12:47 Comment(3)
check this link for a solution in sencha .. sencha.com/forum/archive/index.php/…Ningsia
Any solution without sencha?Windjammer
did you got any solution. then please post answer here. I am also facing same issue.Collard
W
0

I was having this issue and I found that once I ensured this was in the head it worked:

<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="format-detection" content="telephone=no" />
<meta name="viewport" content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width, height=device-height, target-densitydpi=device-dpi" />
Windjammer answered 9/4, 2013 at 19:6 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.