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

Swipe actions not showing with animated swipe on iOS #1456

Open dlcole opened 4 years ago

dlcole commented 4 years ago

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

Please, ensure your title is less than 63 characters long and starts with a capital letter.

Which platform(s) does your issue occur on?

iOS

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

From tns doctor: No issues were detected. ✔ Your ANDROID_HOME environment variable is set and points to correct directory. ✔ Your adb from the Android SDK is correctly installed. ✔ The Android SDK is installed. ✔ A compatible Android SDK for compilation is found. ✔ Javac is installed and is configured properly. ✔ The Java Development Kit (JDK) is installed and is configured properly. ✔ Xcode is installed and is configured properly. ✔ xcodeproj is installed and is configured properly. ✔ CocoaPods are installed. ✔ CocoaPods update is not required. ✔ CocoaPods are configured properly. ✔ Your current CocoaPods version is newer than 1.0.0. ✔ Python installed and configured correctly. ✔ The Python 'six' package is found. ✔ Xcode version 11.6.0 satisfies minimum required version 10. ✔ Getting NativeScript components versions information... ⚠ Update available for component nativescript. Your current version is 6.7.8 and the latest available version is 6.8.0. ⚠ Update available for component tns-core-modules. Your current version is 6.5.10 and the latest available version is 6.5.15. ✔ Component tns-android has 6.5.3 version and is up to date. ✔ Component tns-ios has 6.5.2 version and is up to date.

Recreatable in new sample project with only nativescript-ui-listview": "^8.2.0" added.

Please tell us how to recreate the issue in as much detail as possible.

  1. Create JavaScript project with RadListView with swipe actions
  2. Add code to simulate swipe of top row to reveal swipe actions
  3. Notice than on iOS, swipe actions do not appear

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

(You can paste entire code snippets, link to playground demo or attach a runnable project)

See sample project on GitHub

See also StackOverflow post with screen recordings of issue.