| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
run ci |
Sorry, something went wrong.
|
I am trying to work with scroll event but it never gets fired, after debugging I found that this.android.getScrollX() and this.android.getScrollY() in ScrollView.prototype._onScrollChanged always returns 0. Below is the markup I am using. I am not sure if there is problem in the fix or i am doing something wrong here. <ScrollView row="0" #dashboardScrollView orientation="vertical" ios.pagingEnabled="true" class="dashboard" > <ListView [items]="data" > <template let-item="item"> <StackLayout > <dashboard-item [data]="item" ></dashboard-item> </StackLayout> </template> </ListView> </ScrollView> |
Sorry, something went wrong.
|
@srjt I will reopen the issue and investigate what is going on. |
Sorry, something went wrong.
|
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Resolves #2362