You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 24, 2021. It is now read-only.
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?