capacitor-suppress-longpress-gesture
TypeScript icon, indicating that this package has built-in type declarations

0.0.7 • Public • Published

capacitor-suppress-longpress-gesture

This plugin allows to suppress longpress gesture in iOS system. Designed for capacitor v5 (Thanks to @mariusbolik)

Install

npm install capacitor-suppress-longpress-gesture
npx cap sync

Usage

Just import it in your 'app' component, and call activateService() method!

import { SuppressLongpressGesture } from 'capacitor-suppress-longpress-gesture';
SuppressLongpressGesture.activateService();

API

echo(...)

echo(options: { value: string; }) => any
Param Type
options { value: string; }

Returns: any


activateService()

activateService() => any

Returns: any


deactivateService()

deactivateService() => any

Returns: any


Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.7
    24
    • latest

Version History

Package Sidebar

Install

npm i capacitor-suppress-longpress-gesture

Weekly Downloads

198

Version

0.0.7

License

MIT

Unpacked Size

18.2 kB

Total Files

22

Last publish

Collaborators

  • nikita_shchetko