Page 1 of 1

OnDomResize api.

PostPosted: Fri May 24, 2019 5:10 am
by blackknife
I need to manage native window with html tag, but the tag is not triiger resize event.
If cef has following api I can easy manager native window.

void OnDomResize(const CefRect& rc, CefRefPtr<CefValue> extraInfo);
void OnDomVisibleChanged(bool isShow, CefRefPtr<CefValue> extraInfo);