It works by "wrapping" your app in a web-view and "generates" the needed code for it to run on IOS and Android. Its very easy to use, very friendly and you should be done in a couple of minutes.
Take a note that this way your app is not going to be NATIVE, because It would run inside a WebView inside the mobile OS, but performance would not be a concern, taking in mind that you want to transfer the existing web behavior in a mobile app.
Now, if you want to add more native-like functionalities or add CPU intensive logic, you should look elsewhere, but if using an existing web app on mobile is what you ask, you won't have any problems!!
You should try capacitorjs.com/
It works by "wrapping" your app in a web-view and "generates" the needed code for it to run on IOS and Android. Its very easy to use, very friendly and you should be done in a couple of minutes.
Take a note that this way your app is not going to be NATIVE, because It would run inside a WebView inside the mobile OS, but performance would not be a concern, taking in mind that you want to transfer the existing web behavior in a mobile app.
Now, if you want to add more native-like functionalities or add CPU intensive logic, you should look elsewhere, but if using an existing web app on mobile is what you ask, you won't have any problems!!
Take care!
Thanks Nikos for the support, I will take a look at this tool. 👍