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

Andrew Grieve commented on CB-1262:
-----------------------------------

Shoot, sorry for messing that up on you. Just tried it myself on a new project 
and got the same error. I've checked in a fix to it (just removed that check). 
Feel free to update and try again, or moving the call to 
setJsToNativeBridgeMode until after the deviceready event should work as well.

setting -webkit-backface-visibility on a node enables HW-accelerated drawing of 
it. If this bridge mode iframe doesn't help at all, try making sure that all 
nodes that are children of a hw-accelerated element also have hw-acceleration 
enabled. Another common way to do this is to set  -webkit-transform: 
translate3d(0,0,0) on them.
                
> Page height change causes flickr after scroll
> ---------------------------------------------
>
>                 Key: CB-1262
>                 URL: https://issues.apache.org/jira/browse/CB-1262
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: iOS
>    Affects Versions: 2.0.0
>         Environment: I'm running ios 5.1 (tested on 3gs and 4gs) using 
> backbone.js and zepto.js
>            Reporter: Guy Nesher
>            Assignee: Andrew Grieve
>
> Deleting the content of a long list (ul) after scrolling from the top will 
> create a short flicker which also effects other elements (header/footer - 
> doesn't matter if they are fixed or not).
> I'm unable to reproduce this within the ios browser.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to