Closed sergi closed 3 years ago
A call like window.open("htps://google.com") crashes CEFSwift.
window.open("htps://google.com")
The crash happens in the function CEFLifeSpanHandler_on_before_popup in file CEFLifeSpanHandler+Interop.swift. Apparently with a bad pointer to the cefUserInfo parameter.
CEFLifeSpanHandler_on_before_popup
CEFLifeSpanHandler+Interop.swift
cefUserInfo
A call like
window.open("htps://google.com")
crashes CEFSwift.The crash happens in the function
CEFLifeSpanHandler_on_before_popup
in fileCEFLifeSpanHandler+Interop.swift
. Apparently with a bad pointer to thecefUserInfo
parameter.