ios-text-selection
v0.1.3
Published
Toggle the ios text selection to get rid of that damn magnifying glass
Maintainers
Readme
ios-text-selection
Toggle the ios text selection to get rid of that damn magnifying glass
Install
npm install ios-text-selection
npx cap syncAPI
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; } |
