-
-
Notifications
You must be signed in to change notification settings - Fork 471
Open
Labels
bugSomething isn't workingSomething isn't workingfeedbackFurther information is requestedFurther information is requested
Description
Describe the bug
I use a simple code with web browser
local screenX, screenY = guiGetScreenSize();
local browserCef = GuiBrowser(0,0,screenX,screenY, false, true, false);
local browserCefE = browserCef.browser;
addEventHandler('onClientBrowserCreated', browserCef, function()
print(loadBrowserURL(source, 'http://www.youtube.com'));
toggleBrowserDevTools(source, true) -- Toggle the CEF dev console
end);
But for me browser isn't appear, but for other players is ok. I have the same issues with local files and any other URL's. In debug console i got error
Steps to reproduce
I don't know how reproduce this problem
Version
1.5.9 (newest)
Additional context
No response
Relevant log output
No response
Security Policy
- I have read and understood the Security Policy and this issue is not security related.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingfeedbackFurther information is requestedFurther information is requested