Nativescript-ui-feedback: RadListView getScrollOffset() does not return correct value in iOS

Created on 15 Mar 2019  路  2Comments  路  Source: ProgressNS/nativescript-ui-feedback

Which platform(s) does your issue occur on?

_iOS

Please provide the following version numbers that your issue occurs with:

  • Progress NativeScript UI version: 6.0
  • CLI: 5.2
  • Cross-platform modules: 5.2
  • Runtime(s): 5.2

Please tell us how to recreate the issue in as much detail as possible.

  1. Run this app and click getScrollPosition button.
  2. The result on my iPhone XR is -88, but should be 0

Is there code involved? If so, please share the minimal amount of code needed to recreate the problem.

https://play.nativescript.org/?template=play-vue&id=AG0DHC&v=5

backlog bug listview high

Most helpful comment

This issue is resolved in RadListView version 6.1.0

All 2 comments

The issue turned out to be reproducible only when RLV is in the first row of a GridLayout with size '*'. If you put fixed height row above the RLV, getScrollOffset() behaves correctly. The demo link is updated in the description of the issue.

This issue is resolved in RadListView version 6.1.0

Was this page helpful?
0 / 5 - 0 ratings