Ionic distribution for Linux mobile OS?

Hello all,

Is there a possibility for the Ionic (Cordova or Capacitor) to create a distribution to mobile versions of the Linux Operating Systems such as Mobian or Ubuntu Touch?

I’ve looked at the Cordova, Capacitor, and Electron websites. Only Electron has capabilities to distribute to Linux OS but desktop not mobile and touchscreen.

As far as I know the default web browser for Ubuntu is Firefox. If there’s something I missed, please let me know.

1 Like

You can build and app for Linux mobile using their build packages of ARM Electron. You don’t need Capacitor or Cordova for this, just move the build packages you made for ionic Angular, React or Vue you made to the Electron app you built,except build it for ARM instead of x86.