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

iOS RadList: height change when pop-ups or modals are display. #1328

Open JNicolasW opened 4 years ago

JNicolasW commented 4 years ago

Environment

Describe the bug The RadListView has a 100% height property and a bottom-bar-component below it, but when a ModalDialog gets open, the RadListView changes it height and get covered by the component below it.

To Reproduce

  1. Scroll-down, verify the last item into the RadListView is displayed well.
  2. If it is okey, then press the button "Open Modal" to display the ModalDialog.
  3. Close the ModalDialog, scroll-down and corroborate if the last item is it displayed properly (IT SHOULD NOT).

Expected behavior It should display properly the last items wether the ModalDIalog gets open or not.

Sample project https://play.nativescript.org/?template=play-ng&id=Pv5SPs&v=10

Additional context It works perfectly in Android. I have tried workarounds such as using a StackLayout as container and setting an explicit height.

juanpicuervo commented 4 years ago

@NickIliev I have the same issue... Is there any quick fix for this?

JNicolasW commented 4 years ago

I found a solution after all this time:

https://www.youtube.com/watch?v=9pWzoonKacQ