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

iOS: Add support for Chrome on iOS inspection #24

Open
chrisribe opened this issue Mar 9, 2021 · 4 comments
Open

iOS: Add support for Chrome on iOS inspection #24

chrisribe opened this issue Mar 9, 2021 · 4 comments
Labels
enhancement New feature or request upstream Upstream issue
Projects

Comments

@chrisribe
Copy link

Works fine for Safari but I am looking for a way to inspect the ChromeBrowser app on an IOS device.
Adding that would be a godsend !

  • inspect-app version: 0.5.66
  • OS ARCH VERSION: darwin x64 19.6.0
  • Electron: 11.2.1
  • Language: undefined
@auchenberg auchenberg changed the title Add support for Chrome Browser inspection Add support for Chrome on iOS inspection Mar 13, 2021
@auchenberg auchenberg added the enhancement New feature or request label Mar 13, 2021
@auchenberg auchenberg added this to Feature requests in Roadmap Apr 4, 2021
@auchenberg
Copy link
Contributor

This is sadly blocked on Apple not allowing apps via the App Store to be debuggable. Not much to be done, until this changes or a workaround is found.

@auchenberg auchenberg added the upstream Upstream issue label Apr 14, 2021
@auchenberg auchenberg changed the title Add support for Chrome on iOS inspection iOS: Add support for Chrome on iOS inspection Jun 18, 2021
@NewSense21
Copy link

You can only inspect WebKit targets on iOS and Chrome uses Blink, that's why the issue. Use chrome://inspect on iOS Chrome if you just want to collect JS console logs from all tabs.

@azertyalex
Copy link

There is only one Webengine on iOS. Chrome on iOS is just WebKit with another skin. Not chromium

@dickeylth
Copy link

Good news, webkit finally supported remote inspection on released apps since iOS@16.4: https://webkit.org/blog/13936/enabling-the-inspection-of-web-content-in-apps/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request upstream Upstream issue
Projects
Roadmap
Backlog
Development

No branches or pull requests

5 participants