Immersive Terminal for RPGs v1.5.1
Patch release β mobile fix for the cipher minigame.
π Fixes
- Decrypt minigame now works on mobile (#82). The old window-level keyboard listener never fired on phones because mobile soft keyboards only emit input events when a focusable
<input>is active. The minigame now drives off a hidden, autofocused input β the soft keyboard pops up on open, and tapping anywhere in the modal re-opens it after dismissal.font-size: 16pxon the capture input prevents iOS's auto-zoom on focus.
All 154 tests pass; lint and build clean.