Getting Started
이 플러그인의 설치 단계와 전체 마크다운 가이드를 포함한 설정 프롬프트를 복사하세요.
Set up this Capacitor plugin in the project.
Use the package manager already used by the project.
Install these package(s): `@capgo/capacitor-textinteraction`
Run the required Capacitor sync/update step after installation.
Read this markdown guide for the full setup steps: https://raw.githubusercontent.com/Cap-go/website/refs/heads/main/apps/docs/src/content/docs/docs/plugins/textinteraction/getting-started.mdx
Use that guide for platform-specific steps, native file edits, permissions, config changes, imports, and usage setup.
If that guide references other docs pages, read them too.
설치
설치bun add @capgo/capacitor-textinteractionbunx cap syncimport
importimport { TextInteraction } from '@capgo/capacitor-textinteraction';API Overview
API 개요toggle
__CAPGO_KEEP_0__ 토글Capacitor WebView에서 텍스트 상호 작용 (선택) 활성화.
⚠️ 텍스트 상호 작용을 비활성화하면 모든 텍스트 입력 제어가 비활성화되며, 사용할 때는 주의하여 사용하고 텍스트 입력이 필요한 경우 다시 활성화하십시오.
iOS 전용
import { TextInteraction } from '@capgo/capacitor-textinteraction';
await TextInteraction.toggle({} as TextInteractionOptions);TextInteractionOptions
__CAPGO_KEEP_1__export interface TextInteractionOptions { /** * Whether text interaction should be enabled or disabled. Disabling hides the * magnifier lens reintroduced with iOS 15. */ enabled: boolean;}TextInteractionResult
__CAPGO_KEEP_2__export interface TextInteractionResult { /** * `true` when the platform supports toggling text interaction (iOS >= 14.5), otherwise `false`. */ success: boolean;
/** * Get the native Capacitor plugin version * * @returns {Promise<{ id: string }>} an Promise with version for this device * @throws An error if the something went wrong */ getPluginVersion(): Promise<{ version: string }>;}원본
원본이 페이지는 플러그인의 src/definitions.ts. 업스트림에서 API이 변경될 때 다시 싱크를 실행하세요.
시작부터 계속
시작부터 계속이 플러그인을 사용하시나요? 시작 시작을 통해 대시보드와 API를 계획하고 운영하시나요? Using @capgo/capacitor-textinteraction Using @capgo/capacitor-textinteraction API 개요 API 개요에 대한 구현 세부 정보를 위해 소개 __CAPGO_KEEP_0__ 키에 대한 구현 세부 정보를 위해 API 키 API 키 및 장치에 대한 구현 세부 정보를 위해 장치 __CAPGO_KEEP_0__에 대한 구현 세부 정보를 위해