Socket
Socket
Sign inDemoInstall

ionic-swipe-all

Package Overview
Dependencies
18
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    ionic-swipe-all

Allow Ionic (≥ v2) to recognize both horizontal and vertical swipe gesture.


Version published
Maintainers
1
Created

Readme

Source

Ionic Swipe All

Ionic Swipe All allow Ionic (≥ v2) to recognize both horizontal and vertical swipe gesture.

Installation

npm install --save ionic-swipe-all

For Ionic 2 RC.0 and later:

import { IonicSwipeAllModule } from 'ionic-swipe-all';

@NgModule({
  imports: [
    IonicSwipeAllModule,
  ]
})
export class AppModule {
}

Usage

With this module you can use (swipeup) and (swipedown) events. In the (swipe) event vertical gestures are detected.

Keywords

FAQs

Last updated on 17 Oct 2017

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc