0.1.0 • Published 8 months ago
ios-text-selection v0.1.0
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; }>
Param | Type |
---|---|
options | { value: string; } |
Returns: Promise<{ value: string; }>
toggleTextSelection(...)
toggleTextSelection(options: { enable: boolean; }) => Promise<void>
Param | Type |
---|---|
options | { enable: boolean; } |
0.1.0
8 months ago