I’m considering adding mobile support to my application, LegendKeeper, using Capacitor. To test this, I’ve created a NextJS project with our UI shell.
I’ve made a next export and built an iOS demo build, running on my iPhone 11 Pro Max. I’m finding that navigation, rendering, etc, is all suspiciously slow. 1-5 seconds per action for navigations, button clicks, dialogs, transitions, etc. The whole experience feels very broken; I know Capacitor apps in general are quite good so it feels like I’ve done something wrong.
Meanwhile, the exact same web bundle served through Safari on the same device is running super smoothly; what feels like full FPS.
I feel like I’m missing something; is there some special setting or configuration that the starter guide does not include that needs to be enabled? I also confirmed that the NextJS demo app for capacitor runs fine, as well.