[Webkit-unassigned] [Bug 248303] New: popstate events are not fired for swipe-back gesture (iOS 16 regresssion)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 24 03:11:37 PST 2022


https://bugs.webkit.org/show_bug.cgi?id=248303

            Bug ID: 248303
           Summary: popstate events are not fired for swipe-back gesture
                    (iOS 16 regresssion)
           Product: WebKit
           Version: Safari 16
          Hardware: iPhone / iPad
                OS: iOS 16
            Status: NEW
          Severity: Major
          Priority: P2
         Component: DOM
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: r.kato at qufooit.com

My device:
- iOS: 16.1.1
- User-Agent: Mozilla/5.0 (iPhone; CPU iPhone OS 16_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.1 Mobile/15E148 Safari/604.1

Steps to reproduce:
- Open test1.html in iOS 16.1.1 Safari
- Tap "Link" to be navigated to test2.html
- Do swipe-back gesture in test2.html

Actual result:
- alert(1) is not shown

Expected result:
- alert(1) should be shown

Notes:
- This issue is not occurred in iOS 15 (and earlier, maybe)
- popstate events are fired when `history.back()` (you can confirm this by a button in test2.html)

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20221124/4b619624/attachment.htm>


More information about the webkit-unassigned mailing list