New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

capacitor-suppress-longpress-gesture

Package Overview
Dependencies
Maintainers
0
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

capacitor-suppress-longpress-gesture

This plugin allows to suppress longpress gesture in iOS system. Designed for capacitor v6, and support previous versions also. Check readme.md

  • 0.0.8
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
208
decreased by-18.75%
Maintainers
0
Weekly downloads
 
Created
Source

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(...)
  • activateService()
  • deactivateService()

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>


Keywords

FAQs

Package last updated on 25 Jul 2024

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc