The first show of keyboard in app is very slow

The keyboard takes a long time to appear the first time it opens in my capacitor app (iOS)

I was recommended to then add @capacitor/keyboard and configure it with

    Keyboard: {
      hideFormAccessoryBar: true,
    },

That’s sped it up a little but it’s still noticeably laggy (first open)

What can I do to make the keyboard show faster the first time the user taps an input field?