This app was created using @capacitor/create-app,
and comes with a very minimal shell for building an app.
This repository demonstrates an issue with the Capacitor Keyboard plugin on iOS.
When testing on iOS 26, the order of keyboard events can appear inverted:
keyboardDidHide fires before keyboardWillHide.
This small example makes that behavior visible through on-screen logs.
Install dependencies and run locally:
npm install
npm run build
npx cap sync ios
npx cap open ios- Launch the app on an iOS 26 simulator or device.
- Tap the input field → keyboard appears.
- Tap outside the input → keyboard hides instantly.
- Observe the log panel below the input.