0.1.0 • Published 8 months ago

ios-text-selection v0.1.0

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

ios-text-selection

Toggle the ios text selection to get rid of that damn magnifying glass

Install

npm install ios-text-selection
npx cap sync

API

echo(...)

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

Returns: Promise<{ value: string; }>


toggleTextSelection(...)

toggleTextSelection(options: { enable: boolean; }) => Promise<void>
ParamType
options{ enable: boolean; }

0.1.0

8 months ago