__CAPGO_KEEP_2__
설치 단계와 이 플러그인의 전체 마크다운 가이드를 포함한 설정 지시를 복사하세요.
Set up this Capacitor plugin in the project.
Use the package manager already used by the project.
Install these package(s): `@capgo/capacitor-home-indicator`, `@capgo/home-indicator`
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/home-indicator/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-home-indicatorbunx cap syncimport
__CAPGO_KEEP_1__ importimport { HomeIndicator } from '@capgo/capacitor-home-indicator';API 개요
API 개요스크린 하단의 홈 인디케이터를 숨기세요.
iOS 홈 인디케이터 바를 시각적으로 숨기며, 더 몰입적인 풀 스크린 경험을 제공합니다. 사용자는 홈에 접근하기 위해 위로 스와이프할 수 있지만, 인디케이터는 시작하는 동작을 시작할 때까지 보이지 않습니다.
iOS만 지원합니다. 안드로이드나 웹에는 영향을 미치지 않습니다.
import { HomeIndicator } from '@capgo/capacitor-home-indicator';
await HomeIndicator.hide();show
제목 ‘show’스크린 하단의 홈 인디케이터를 보여주세요.
iOS의 기본 홈 인디케이터 시각성을 복원하여 항상 사용자에게 표시되도록 합니다. 이는 기본 동작입니다.
iOS만 지원합니다. 안드로이드나 웹에는 영향을 미치지 않습니다.
import { HomeIndicator } from '@capgo/capacitor-home-indicator';
await HomeIndicator.show();isHidden
제목 ‘isHidden’현재 홈 인디케이터가 숨겨져 있는지 확인하세요.
iOS 홈 인디케이터의 현재 시각성 상태를 반환합니다.
import { HomeIndicator } from '@capgo/capacitor-home-indicator';
const { hidden } = await HomeIndicator.isHidden();if (hidden) { console.log('Home indicator is hidden');} else { console.log('Home indicator is visible');}실제 데이터의 원천
실제 데이터의 원천이 페이지는 플러그인의 src/definitions.ts공개된 API이 업스트림에서 변경될 때 다시 싱크를 실행하세요.
Getting Started
실제 데이터의 원천Getting Started 계획 대시보드 및 __CAPGO_KEEP_0__ 운영을 위해 Using @API/__CAPGO_KEEP_1__-home-indicator Using @capgo/capacitor-home-indicator Using @capgo/capacitor-home-indicator API 개요 API 개요의 구현 세부 정보를 위해 소개 소개의 구현 세부 정보를 위해 API 키 API 키의 구현 세부 정보를 위해, 및 장치 장치의 구현 세부 정보를 위해