0.0.7 • Published 8 months ago

capacitor-suppress-longpress-gesture v0.0.7

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

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
ParamType
options{ value: string; }

Returns: any


activateService()

activateService() => any

Returns: any


deactivateService()

deactivateService() => any

Returns: any


0.0.7

8 months ago

0.0.6

1 year ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

3 years ago

0.0.1

3 years ago