Multi finger touch drag and swipe event in Ionic

Do any one have any recommendation how to implement multi finger touch drag and swipe in ionic 3 i am facing some issue while i am implementing multi finger touch drag and swipe functionality in my application is there any plugin or any event to implement this.

For example : like we do in mobile apps we can scroll up and down list using single finger i want to implement horizontal and vertical scroll in my application user can be able able to scroll up and scroll side using multi finger please any recommendation and any suggestion will help and will be appreciate thanks in advance.

Hi

I think ionic uses hammer.js under the hood, so possibly this is bundled.

It will require you to go under that hood and use vanilla js to use it though. Not the ionic components.

Plse share your findings and resulting code. Will be of interest for many (including myself)

https://hammerjs.github.io/

Regards

Tom

i need multi touch libary