APPIFY.native
Device helpers available to custom screens in preview, web, and native export.
API surface
| Call | Returns / behavior |
|---|---|
platform | "native" or "web" |
os | "ios" or "android" |
haptic(style) | light, medium, heavy, selection, success, warning, error |
share({ title, message, url }) | System share or clipboard fallback |
pickImage() | { dataUrl, width, height } from library |
getLocation() | { latitude, longitude, accuracy } |
Other APPIFY helpers
Custom pages may also use helpers such as APPIFY.open, APPIFY.home, APPIFY.ai, plus APPIFY_ENV and APPIFY_FEATURES depending on the screen.