Open
Description
Please take a minute to read our NativeScript Code of Conduct before proceeding with posting issues or discussing. The purpose of this guide is to make communication and cooperation within our forums a pleasure for you and the other members.
Please, provide the details below:
Tell us about the problem
changing the orientation of a view with a RadListView inside causes rendering issues. Seems that some of the rows does not expand to 100% width. This only happens on iphones with the notch, SafeAreaLayout.
Which platform(s) does your issue occur on?
iOS, both emulator and devices with a screen notch (iPhone X, XS, XR, 11)
Please provide the following version numbers that your issue occurs with:
- Progress NativeScript UI plugin version: "8.0.1"
- CLI: 6.1.2
- Cross-platform modules: 6.1.2
- Runtime(s): 6.1.1
Please tell us how to recreate the issue in as much detail as possible.
- Start the application in an iPhone with a notch. iPhone X, XS, XR, 11
- When the listview has loaded. try rotating the screen so the orientation becomes landscape.
- Scroll through the list and see the bug appear on some om the lines.