The app starts normal and after the user authenticated himself, he will be redirected to the overview view (which is the view that not gets rendered properly). Also when I’m using Safari to debug the code, it does not throw any errors. And when I switch between tabs it does not fix the rendering issue. The app needs to be terminated in order to fix the error.
So this is only happening on real devices with app installations from the App Store? Or also in other environments?
Anything jumping out like similar devices, similar OS versions etc?
Did you remote debug the problem on the device already? Follow these instructions here to debug the problem in Safari dev tools: https://ionic.zone/debug/remote-debug-your-app#ios Look at the console and network tabs for errors.
@Sujan12 I was able to fix it. The localStorage plugin caused an error if there is no more storage available on the device. Therefore the app crashed. Thanks for the help.