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
I have searched and made sure there are no existing issues for the issue I am filing
I have searched the existing issues
Description
The TableView contentOffset value is different on Android/iOS:
Android:
There are getters table.contentOffset.x and table.contentOffset.y but the value is returning a native height value (you have to divide it by ldi). The value in the scroll event is already in local space
iOS:
The getter is 0 and it only has the scroll event values.
Expected Behavior
Getter should be available on both platforms and it should return the same value as the scroll event contentOffset.
I have searched and made sure there are no existing issues for the issue I am filing
Description
The TableView
contentOffset
value is different on Android/iOS:Android:
There are getters
table.contentOffset.x
andtable.contentOffset.y
but the value is returning a native height value (you have to divide it by ldi). The value in thescroll
event is already in local spaceiOS:
The getter is 0 and it only has the
scroll
event values.Expected Behavior
Getter should be available on both platforms and it should return the same value as the
scroll
event contentOffset.Actual behavior
Reproducible sample
Steps to reproduce
Run the app, scroll the table and click the button. The normal
contentOffset.y
value should be the same in both cases.Platform
Android & iOS
SDK version you are using
12.4.0
Alloy version you are using
No response
The text was updated successfully, but these errors were encountered: