Ionic/Vue does not react to clicks on iOS
I have implemented an Ionic app using Vue some time ago, and now I had to update the versions of Ionic and Capacitor to install certain plugins. After successfully installing the latest version and getting it to work, I am facing a problem with my iOS app. The app builds and starts without any issues; however, it does not respond to any clicks after it has launched. Scrolling and other actions work fine, but button clicks that should lead to another page are not registered. Everything works perfectly in the browser, just as it should, and the app code hasn’t changed much. What might be interesting are the following log messages from Xcode when running the app.