Skip to content
This repository was archived by the owner on Jun 24, 2021. It is now read-only.
This repository was archived by the owner on Jun 24, 2021. It is now read-only.

iOS bounce up on refresh and no animation #60

@markosole

Description

@markosole

Hi guys, I am using plugin with wrapping SrcollView like on example below:

<GridLayout columns="*" rows="*, auto" class="page-content">   
    <PullRefresh:PullToRefresh refresh="refreshList">
        <ScrollView height="100%" tap="clearTextfieldFocus">

          <!-- My content with Grid Layouts etc.  -->

        </ScrollView>
    </PullRefresh:PullToRefresh>
</GridLayout>

This works perfect on Android but does not work fine on iOS for some reason. Pull down refreshes the content (calls function on refresh), what is fine. During pulling down there is no animation displayed and after releasing it page bounces up for 100px (+- 30). Like it adds margin-top: -100 after refresh is done. Did anyone had this problem?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions