GeoLeaf Core API - v3.0.0
    Preparing search index...
    IosBanner: { init(appName?: string): void; _reset(): void } = ...

    iOS PWA installation instructions banner controller.

    Type Declaration

    • init: function
      • Shows the iOS install instructions banner if the current environment is iOS Safari and the app has not been dismissed or already installed. Displayed after a 1.5 s delay to avoid interfering with the initial render.

        Parameters

        • appName: string = "GeoLeaf"

        Returns void

    • _reset: function
      • Registry destroy / test seam: cancels a pending show-timer and removes the banner so a re-init starts clean (S7.5 — no dangling timer / duplicate banner).

        Returns void