You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
New browser tabs are not being detected in Safari browser for iOS 17.4 and above
Version details
Device
iPhone 15 Plus v17.5
ios-webkit-debug-proxy version
v1.9.1
Screen recording to demonstrate the problem
IDWP.issue.on.17.4.mov
Steps
Connected my iPhone to Mac
Ran ios_webkit_debug_proxy command
Hit this command: curl localhost:9222/json
a. Got empty data, which is expected since Safari was not open
Launched Safari browser and opened apple.com
Hit this command: curl localhost:9222/json
a. Got apple.com details as JSON response ( all good till here )
Opened a new tab in Safari browser, and opened google.com
Hit this command: curl localhost:9222/json
a. Got tab details only for apple.com and not google.com
b. This seems like a bug, where new tabs are not being detected at all
Closed the first tab, where apple.com was opened
Hit this command: curl localhost:9222/json
a. Expected this to return tab details of google.com
b. This also seems like a bug, where we start getting empty data, irrespective of how many tabs & urls are open
Edit
Performed the same steps, but ran IWDP with -d flag to fetch logs
New browser tabs are not being detected in Safari browser for iOS 17.4 and above
Version details
Screen recording to demonstrate the problem
IDWP.issue.on.17.4.mov
Steps
ios_webkit_debug_proxy
commandcurl localhost:9222/json
a. Got empty data, which is expected since Safari was not open
apple.com
curl localhost:9222/json
a. Got apple.com details as JSON response ( all good till here )
curl localhost:9222/json
a. Got tab details only for apple.com and not google.com
b. This seems like a bug, where new tabs are not being detected at all
curl localhost:9222/json
a. Expected this to return tab details of google.com
b. This also seems like a bug, where we start getting empty data, irrespective of how many tabs & urls are open
Edit
Performed the same steps, but ran IWDP with -d flag to fetch logs
Please find the full logs in this attached log file :
IDWP-debug-logs-new-tabs-issue-ios-17.log
The text was updated successfully, but these errors were encountered: