Skip to content

darondel-yoobic/capacitor-keyboard-issue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Created with Capacitor Create App

This app was created using @capacitor/create-app, and comes with a very minimal shell for building an app.


📱 Purpose

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.


⚡️ How to run

Install dependencies and run locally:

npm install
npm run build
npx cap sync ios
npx cap open ios

🧩 Reproduction steps

  1. Launch the app on an iOS 26 simulator or device.
  2. Tap the input field → keyboard appears.
  3. Tap outside the input → keyboard hides instantly.
  4. Observe the log panel below the input.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published