-
Notifications
You must be signed in to change notification settings - Fork 5
Inspection is broken on iOS 26.2 #238
Description
- Inspect version: 2.0.0
- Electron: 39.2.7
- OS version and architecture: linux x64 6.18.3-2-cachyos
- Language: en_US.UTF-8
Steps to Reproduce:
- Open any page
- See only partial functionality
I'm testing Inspect 2.0 on an iPad and iPhone running iOS/iPadOS 26.2, with a Linux (CachyOS) host.
The setup process never actually completed even though the diagnostics said everything was OK -- it was stuck on the "Waiting for device to connect" screen. This is using an Apple USB C wire so I'm pretty sure it's not a physical connection issue. Both my iDevices and laptop popped up with the usual "trust" dialogs, which I completed. Web Inspector is enabled on both devices.
So after a couple of tries, I clicked "I'll connect later" just to see what happened, and then could actually see my devices in Inspect.
However, while Inspect can list the open tabs for Safari (and even Vivaldi iOS even though there's no Web Inspector), if I mouse over a tab in the list the web page on the device highlights light blue like it would if I was hovering over something in the standard dev tools. And I can't anything under Elements, Console, or any other dev tools tab, they're just completely blank (see screenshot).
Right-clicking on the tabs in the list and choosing Reload does nothing on the device, but open in local browser does work.
So Inspect can clearly see my device and talk to Safari, but is failing somewhere. Maybe the web inspector integration isn't working, so while it can get very basic info about the tab, it can't actually inspect what's in it?
