ProgressNS / nativescript-ui-feedback

This repository is used for customer feedback regarding Telerik UI for NativeScript. The issues system here is used by customers who want to submit their feature requests or vote for existing ones.
Other
115 stars 21 forks source link

Unable to scroll to last item in RadListView inside Tab/BottomNavigation on IOS #1400

Open johandrott opened 4 years ago

johandrott commented 4 years ago

Tell us about the problem

I have an application that uses BottomNavigation as the main navigation. When I navigate to a page that has a Tab with tabsPosition="top" with a RadListView inside of it I am unable to scroll to the bottom of the RadListView. The last item of the list gets covered by the BottomNavigation.

However, if I set tabsPosition="bottom" it works as expected.

See example

Which platform(s) does your issue occur on?

IOS

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

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

See playground sample