I’ve created an web application with Vue 3 (without Ionic). The goal is to make the already existing mobile web application to an iOS/Android App with the help of Capacitor. Capacitor was successfully able to create an iOS build. There is an issue though: The app does not consider the iOS Safe Area, therefore elements on the top of the app are in the space of the iPhone notch:
What would be the best approach to fix this issue in your opinion?
