Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FB9206095 - Console log messages missing when attaching web inspector #28

Open
lapcat opened this issue Dec 26, 2022 · 1 comment
Open

Comments

@lapcat
Copy link
Owner

lapcat commented Dec 26, 2022

On iOS, if you load a web page in Safari and then attach the web inspector afterward, there are no console log messages. This is in contrast to macOS, where the console log messages are there if you open the web inspector after loading a web page in Safari. These missing console log messages on iOS make it very difficult to debug certain issues, especially with Safari web extensions on the iOS 15 beta.

@lapcat
Copy link
Owner Author

lapcat commented Dec 26, 2022

Apple's response:

Collecting console entries on device in advance of a connection to a remote inspector isn't a good use of resources. Almost no devices will be connected to a remote inspector. This won't change.

My response:
On iOS, Web Inspector has to be specifically enabled by the user in Settings, Safari, Advanced. So the claim "Almost no devices will be connected to a remote inspector" is a red herring. Almost all devices with Web Inspector enabled in Settings will be connected to a remote inspector.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant