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

If swipeActions is true in RadListView and if tkListItemTemplate has a TextField , it can not clicked/accessed #777

Open nmongiya opened 6 years ago

nmongiya commented 6 years ago

Please, provide the details below:

Did you verify this is a real problem by searching the NativeScript Forum?

Yes/

Which platform(s) does your issue occur on?

Android

"tns-android": { "version": "4.1.2" } "nativescript-ui-listview": "^3.5.11",

tsonevn commented 6 years ago

HI @nmongiya, If I understand you correctly, you are using TextField inside the RadListView template, and when the swipeActions is enabled, the Fields cannot be selected. If this is the case, I have to confirm that there is a real issue with the ListView component. The problem can also be recreated in a non-Angular project. Tested with the nativescript-ui-samples.

Let me know if your case is different.

nmongiya commented 6 years ago

Thanks @tsonevn That is exactly the case. Is someone already working on this?

tsonevn commented 6 years ago

Hi @nmongiya, We have discussed the case described in the issue and better way to cover this scenario can be to use modal page, where to display a TextField. This way will allow you to enable the swipe actions and will not block the TextField input. This also might provide a better user experience, while the user enters the text inside the field.