0.0.4 • Published 1 year ago

capacitor-native-safearea v0.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

capacitor-native-safearea

A Capacitor plugin that adds native Safe Area support for iOS applications, ensuring your app's content is displayed correctly within the safe areas of the device screen.

Install

npm install capacitor-native-safearea
npx cap sync

API

showTopSafeArea(...)

showTopSafeArea(options: { color?: string; }) => Promise<void>
ParamType
options{ color?: string; }

showBottomSafeArea(...)

showBottomSafeArea(options: { color?: string; }) => Promise<void>
ParamType
options{ color?: string; }

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago