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

Enable webkit inspector for iOS and Cocoa. #2109

Merged
merged 3 commits into from Sep 4, 2023

Conversation

freakboy3742
Copy link
Member

macOS Ventura / iOS 16.4 added an explicit API to enable the inspector in embedded WKWebViews.

Since we're setting a property, this will be a no-op on older versions of macOS/iOS (well - the property will be set, but it will be attached as a meaningless Python attribute, not an invocation of the macOS/iOS API).

PR Checklist:

  • All new features have been tested
  • All new features have been documented
  • I have read the CONTRIBUTING.md file
  • I will abide by the code of conduct

@freakboy3742 freakboy3742 changed the title Enable webkit inspector for iOS and Cococa. Enable webkit inspector for iOS and Cocoa. Sep 3, 2023
@mhsmith mhsmith merged commit 037084b into beeware:main Sep 4, 2023
41 checks passed
@freakboy3742 freakboy3742 deleted the webkit-inspector branch September 4, 2023 22:34
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

Successfully merging this pull request may close these issues.

None yet

2 participants