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: Touch not working properly in Android #1486

Open sanjogagarwal opened 3 years ago

sanjogagarwal commented 3 years ago

The touch event is not working properly in android on RadSideDrawer. When any item in SideDrawer is touched and held upon and then released, the 'up' event is not called. Please use the project at https://github.com/sanjogagarwal/NSSideDrawer.

Which platform(s) does your issue occur on?

Android

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

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

  1. Start the application ..
  2. Open the SideDrawer
  3. Touch and hold any item, and then release touch at some different position.
  4. The background-color of the drawer item is not removed (The 'up' event is not called for the touch).
  5. The same is working fine on normal page.