I have a very complex Angular web application hosted on Siteground. My frontend is Angular, my backend is PHP, and the database is stored on Siteground.
I am looking for any insight into how to convert this entire application into a mobile app for both iOS and Android.
I have thus far been able to successfully bundle my Angular frontend using Capacitor into an android app in Android Studio and the front end works as expected.
However, it does not have the php code or database data required to be a functional app -- it is just the shell of the frontend without any data.