Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 840 Bytes

File metadata and controls

38 lines (24 loc) · 840 Bytes

capacitor-scroll-swipe-bounce-ios

npm version

Capacitor plugin for iOS Webview swipe gesture and bounce

Install

npm install capacitor-scroll-swipe-bounce-ios
npx cap sync

API

echo(...)

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

Returns: Promise<{ value: string; }>