-
Notifications
You must be signed in to change notification settings - Fork 57
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
YouTube crash with OnDidFinishLoad #105
Comments
Can reproduce, the repair of Mac issues will be slightly slower。 @alldev |
Hey, sorry to bother but are there any updates to this issue. |
@SinyimZhi any update? @joshiGaming were you able to find a solution for this? |
@alterhuman yeah i did, you need to remove |
@joshiGaming |
Removing the |
@taenyeon, of course. You can do it over cmake or directly through Xcode. Navigate to Xcode, select your project's runner, and then proceed to the 'Build Phases' section. Select under Destination, "Frameworks". Once there, you can easily click on the plus to add new items. Click on "add others" and select all your helper app bundels that were included in the prebuilds. After selecting them, simply click 'Open' followed by 'Finish'. After saving and compiling everything your build should look something like this: Hope that helps :) |
Hi,
Recently I faced a problem with
webview_cef
library and YouTube platform. When loading YouTube (no matter main page, any inner page with video, or even a side server page with embedded video code), app crashes. I reproduce this problem not only in my application, but also on the included example in library package.Here is the log:
As far as I unerstand there is something on the CEF side what cause unexpected OnDidFinishLoad. Maybe something is missing in compiled CEF itself or library wrapper around it. This problem can refer not only the YouTube platform, but other unexpected (HTML5 video?) cases.
I am on macOS and Jan 15 2024 revision of the library.
Many thanks for your analysis of this case.
The text was updated successfully, but these errors were encountered: