[Bug]: iOS: an expanded environment card ignores every tap, its fields never take focus
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 23k
- Forks
- 5.9k
- Avg merge
- 11h 14m
- Merged PRs (30d)
- 357
Description
Before submitting
- I searched existing issues and did not find a duplicate. The closest is #12012, which covers the trash button only; see Related below.
- I included enough detail to reproduce or investigate the problem.
Area
apps/mobile (iOS, App Store 1.1.0)
Steps to reproduce
- On an iPhone, open Settings and then Environments.
- Expand a saved environment so the card opens.
- Tap the LABEL field, then the URL field.
- Tap Save, then the refresh button, then the trash button.
Expected behavior
The fields take focus, a caret appears and the keyboard opens. Save, refresh and delete do what they say.
Actual behavior
Nothing in the expanded card responds. The label and URL fields never take focus: no caret, no keyboard, no selection. Save, refresh and trash do nothing at all, with no alert and no visible change. The card looks normal, it is simply inert. Collapsing it and expanding it again makes no difference.
The practical result is that a saved environment cannot be edited or removed from the phone, so an environment showing "The environment credential is invalid" cannot be repaired there.
Impact
An environment that stops working cannot be fixed or deleted on the phone. The only way out is another device.
Version or commit
1.1.0 (App Store)
Environment
iPhone 17 Pro, iOS 26.6, portrait, dark mode.
Screenshots, recordings, or supporting files
Related
#12012 reports the trash button specifically, and its triage points at Alert.alert failing to present from the nested form sheet. This report is wider: the text fields never take focus either, which suggests the whole expanded card stops receiving touches rather than only the confirm alert failing to appear.
#11987 is the same family on the other screen, where the composer controls ignore taps while the editor has focus.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start in apps/mobile by reproducing the issue in Settings > Environments on an iPhone, then trace the expanded environment card and its touch handling. Compare the behavior with related issues #12012 and #11987. Done means the label and URL fields focus and Save, refresh, and trash respond visibly from an expanded card.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- ios, typescript
- Domain
- mobile
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 64/100