Bug 235243
Summary: | Switching between PWAs causes the keyboard to not appear on input | ||
---|---|---|---|
Product: | WebKit | Reporter: | Michelle Truong <mtruong09> |
Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED MOVED | ||
Severity: | Normal | CC: | bfulgham, bryan, megan_gardner, mplutka, simon.bluhm, thorton, tomac, webkit-bug-importer, wenson_hsieh, wildemossel |
Priority: | P2 | Keywords: | InRadar |
Version: | Safari 15 | ||
Hardware: | iPhone / iPad | ||
OS: | iOS 15 |
Michelle Truong
From iOS 15.1 and up, switching between PWAs will cause the keyboard to not appear on input. This happens in every PWA I have tried so I do not think it is a specific app issue.
To reproduce on an iPad or iPhone:
1. Open Safari and go to https://app.starbucks.com
2. Add the site to the home screen and name it Site 1.
3. Add a second instance of the site to the home screen and name it Site 2.
4. From the home screen, open Site 1.
5. Click the Sign In button in the top left.
6. Click the username input. The keyboard should appear.
7. Return to the home screen.
8. Open Site 2
9. Click the Sign In button in the top left.
10. Click the username input. The keyboard will not appear.
This also happens on an iPhone. It does not happen in Safari on either device, only as PWA.
To get the keyboard back, the user must clear the app or turn off the screen, turn it back on and click into a different input.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/87885052>
Brent Fulgham
The cause of this bug was in an underlying component (resolving as 'Moved').
A fix has been made in that layer, and will be in an upcoming iOS 15.4 Beta build.
Thomas Steiner
Thanks for the fix and updating the bug, Brent! <3