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] Tabs blocked if combined with Custom component containing RadListView #1327

Open kefahB opened 4 years ago

kefahB commented 4 years ago

Hi,

I try to implement the Tabs component with custom component if the tab with the custom component is loaded then the tabs is blocked .. if we put the code directly in the TabContentItem it work.

Also the Swipe Gesture will conflict with the Swipe action on the RadListView !

Please see the sample here

NickIliev commented 4 years ago

@kefahB confirming the issue and marking this one as a bug.

However, it seems that the issue is reproducible only when a RadListView is used withint the custom compoennt (no issue with any other contetn inside the custom component including the core ListView). For this reason I am moving the issue to the UI repositor as relaated to RadListVIew (and probably its swipe interaction).

NickIliev commented 4 years ago

Steps to reproduce the issue - use this Playground and notice that the issue appears only when using RadListVIew within the custom component.