Overview of Capacitor

An introduced to Capacitor, Ionic’s cross-platform runtime that allows web apps to be run across iOS, Android, and the web.

Introduction to Capacitor

The goal of Capacitor is to provide a consistent set of APIs that adhere as closely to web standards as possible whilst also being able to access native device features on platforms where such features are supported. it is important to be aware of this final point, as there may be certain contexts where features simply aren’t supported on certain platforms. As such, alternative fallbacks may be required.

Although it is seen as a “spiritual” successor to ...