Hello,
I have some issues with my Ionic App. it works great on all my devices, unfortunately I cannot put the app in the store due to some issues not relevant.
But I can deploy this app as a web application, because all the functionality is then still working. But I have some issues getting it to work. For example, I want to deploy my app to a subfolder on my website. But when I run ionic build prod and copy all the contents to the subfolder I get a lot of console errors that the files cannot be found. Probably because the app thinks it is on the root of the website.
Now I found some topics regarding this, but they are all in typescript, while my app is in Javascript:
Does anyone know how to get this working? Thanks!