watusi / jquery-mobile-iscrollview

JQuery Mobile widget plug-in for easy use of the iScroll javascript scroller.
408 stars 183 forks source link

Pull-down block flickering #64

Open bastaware opened 11 years ago

bastaware commented 11 years ago

The pulldown block is flickering when switching between lists that are "pull-to-refresh" enabled.

It is even seen in the demo included in the iscrollview download.

If you switch between Pull and Short in the bottom navbar, the pull-down block is flashing shortly.

Is there a way to get circumvent this?

The problem is only visible in the demo when running JQMobile 1.0.1, I'm running 1.2.0 - but as there is not transiton between the two lists that I'm switching between, the flickering is quite apparent.

digaoddc commented 11 years ago

same here. I have a page with pull down enabled. The first transiction to that page, pulldown flickers.

digaoddc commented 11 years ago

Please anyone help me, when pull down is enabled, the page display a black div in the top of page and flickers too much when scrolling . Here's my code

       <div class="iscroll-pulldown" >
            <span class="iscroll-pull-icon"></span>
            <span class="iscroll-pull-label"></span>
        </div> 
        <ul data-role="listview" id="mentions-list" data-icon="false" data-split-icon="gear" data-split-theme="a" >
        </ul>
digaoddc commented 11 years ago

After a lot of searching, found out that iscroll causes blink in the pages. The only workaround was to remove pull down and iscroll from my listview .