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

Improvements to GTK Webview #1470

Merged
merged 2 commits into from Apr 27, 2022

Conversation

freakboy3742
Copy link
Member

Small tweaks to the GTK web view:

  • Enables the developer menu (so that you can work out why pages aren't rendering)
  • Change the cache model to DOCUMENT_VIEWER. This ensures that every URL request loads the page; the default mode (WEB_BROWSER) has aggressive page caching, which means the content won't be redisplayed even if the web server changes.
  • Tweaks the error message with Webkit2 bindings haven't been installed.

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 merged commit d3837d3 into beeware:main Apr 27, 2022
@freakboy3742 freakboy3742 deleted the gtk-webview-devextras branch April 27, 2022 00:26
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

1 participant