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

RadSideDrawer isn't opened with swipe after swipe on ScrollView or ListView (NS 5.3) #1069

Open valera1401 opened 5 years ago

valera1401 commented 5 years ago

Can be reproduced in the SideDrawer Demo app https://github.com/telerik/nativescript-ui-samples-angular/tree/master/sidedrawer

Steps to reproduce:

  1. Swipe on main menu list (Getting Started, Position)
  2. Swipe from left to right
  3. SideDrawer isn't opened
  4. Swipe from left to right one more time
  5. Side Drawer is opened

If you tap somewhere on the screen after the main menu was swiped, SideDrawer will be opened.

tsonevn commented 5 years ago

Hi @valera1401, I tested the example with the SideDrawer's Position demo, however, I was unable to recreate the problem. For your convenience, I am attaching a GIF file. Screencast 2019-04-04 at 11 17 46 AM

The SideDrawer was opened correctly on my side on both(iOS and Android).

valera1401 commented 5 years ago

Thank for your response. As I can see you are trying to open and close the SideDrawer. In this case SideDrawer works fine. Try the following;

  1. Open the first page with main menu (Getting Started, Position)
  2. Try to scroll the menu list (or just swipe on it)
  3. Try to open the SideDrawer with swipe
valera1401 commented 5 years ago

untitled