Capacitor
  • is the native runtime + bridge layer that lets your web app talk to real device APIs:
    • Your app’s JavaScript ⇄ Capacitor ⇄ iOS / Android / Web APIs
  • is a framework from Ionic that:
    • wraps your web app (Angular, React, Vue, Svelte, plain JS, etc)
    • runs it inside a native container (iOS, Android, desktop/web)
    • exposes native functionality through plugins

Subpages