0.0.8 • Published 12 months ago

capacitor-suppress-longpress-gesture v0.0.8

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

capacitor-suppress-longpress-gesture

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

latest 0.0.8 - capacitor v6 support 0.0.7 - capacitor v5 support 0.0.6 - support capacitor v4 0.0.5 - supports capacitor v3

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

Returns: Promise<{ value: string; }>


activateService()

activateService() => Promise<string>

Returns: Promise<string>


deactivateService()

deactivateService() => Promise<string>

Returns: Promise<string>


0.0.8

12 months ago

0.0.7

2 years ago

0.0.6

3 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago