-
Notifications
You must be signed in to change notification settings - Fork 72
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
Browser Example Broken #122
Comments
Hmmm, are you saying that the webview isn't loading anything, or that And what version of macOS are you testing against...? |
The webview is not loading anything aginst
$ sw_vers
ProductName: macOS
ProductVersion: 14.5 # Sonoma 14.5
BuildVersion: 23F79
$ uname -a
Darwin ok.local 23.5.0 Darwin Kernel Version 23.5.0: Wed May 1 20:17:33 PDT 2024; root:xnu-10063.121.3~5/RELEASE_ARM64_T6031 arm64 |
Hmmm, might be down to a difference in If you wanted to tinker and debug, a webview not loading sounds like something not getting retained somewhere - either the webview itself, or the webview's delegate. It's where I'd start looking at least. |
[edit: submitted before seeing your last message @ryanmcgrath] Glad to take a deeper dive in case you have any rough ideas and would enjoy any support. I have taken a cursory look at the changes to |
Indeed perhaps @madsmtm may have some thoughts... |
The old If you could put your code up somewhere, then it'd be easier to diagnose? Otherwise, I'd suggest to try sprinkle |
Observed:
Expected:
Notes:
trunk
gives the above "observed" screenshot. The "expected" screenshot is given with0.4.0-beta2
and this diff (else compilation fails):#30 appears to be the commit that breaks the browser example.
The text was updated successfully, but these errors were encountered: