Friday, June 2, 2023

ionic Capacitor

 


ionic Capacitor architecture is divided into 4 layers, namely

  1. App layer - Shared code is built using one of the popular User Interface (UI) frameworks like Angular, React, etc.  
  2. Ionic layer - This abstract layer consists of the common UI controls, which can be leveraged in application development.
  3. Capacitor layer - It wraps the web application in WebView, which can display web apps inside the native app. It is an interface to inject the application into the native code of the underlying platform.
  4. Platform layer - Capacitor’s shared code is portable to any platforms i.e. windows, web, android and iOS.

No comments:

Post a Comment