[ 
https://issues.apache.org/jira/browse/CB-1378?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13449183#comment-13449183
 ] 

Michael Brooks commented on CB-1378:
------------------------------------

Tested on tag 2.1.0rc2. Compiled with PhoneGap Build, so it used 
cordova-2.0.0js.

||OS||Device||Device Ready Shown|| 
|7.0.0.576|Bold 9900|Yes| 
|7.0.0.482|Curve 9380|Yes| 
|7.0.0.344|Bold 9790|*Partial**|
|7.0.0.244|Curve 9360|Yes| 
|6.0.0.407|Style 9670|Yes| 
|6.0.0.337|Torch 9800|Yes| 
|5.0.0.732|Bold 9650|Yes| 

{{*}} Sending the application to the background and then reopening the 
application shows "Device Ready"

I've seen the this {{*}} rendering issue before on BlackBerry devices. In my 
experience, it's related to the browser's ability to redraw web content and 
solved by triggering the browser redraw the UI. My most common solution is to 
touch the {{window.scrollTo}} value. Unfortunately, it's hard to predict which 
devices this problem appears on and I've seen it back to OS 4.6.

Personally, I don't think our Hello World app should address this issue.
                
> Device is Ready text not shown on BB OS 7.0 or 7.1
> --------------------------------------------------
>
>                 Key: CB-1378
>                 URL: https://issues.apache.org/jira/browse/CB-1378
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: App Hello World
>    Affects Versions: 2.1.0
>            Reporter: Drew Walters
>            Assignee: Michael Brooks
>
> Running the sample application on BlackBerry OS 7.0 and 7.1 (tested 9810 with 
> 7.0.0.540 and 7.1.0.536) never shows the "Device is Ready" text. Looks like 
> it has to do with the following CSS for that element:
> -webkit-animation:fade 3000ms infinite;
> If I comment out the above from the blink class then the "Device is Ready" 
> text is displayed.  Note, OS 6.0 did not exhibit the issue.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to