Using an existing Svelte app

I’m looking for away to deploy an existing svelte app as an iOS and Android app.

I though Ionic might be a good choice (GitHub - ollydixon/svelte-cap-testing) << Look at package.json to run it;

But after doing some basic tests I found that basic things like swipe back on iOS don’t work.

We really don’t want to use special “ion” components as that will mess up the web app.

Any ideas here? A little stuck, Cordova seems a bit dated.

You can use Capacitor to convert any web project into an Android or iOS app

Just simply build the Svelte (npm run build) project and add Capacitor to it. It is that simple.

Here’s the guide from Capacitor- Capacitor - build cross platform apps with the web