Page 1 of 1

Re: Reload does not work (Form Resubmission issue)

Posted: Thu Aug 08, 2019 7:08 am
by salvadordf
Hi,

Thanks for reporting this issue!

I just tested the latest official CEF sample application and it has the same problem.
http://opensource.spotify.com/cefbuilds ... nt.tar.bz2

I found this old CEF issue :
https://bitbucket.org/chromiumembedded/ ... ad-on-post

There are some messages in the official CEF forum about this :
https://www.magpcss.org/ceforum/viewtop ... =6&t=12238
https://www.magpcss.org/ceforum/viewtop ... =6&t=14580

I'll add your findings to that CEF issue but meanwhile you can call TChromium.ExecuteJavaScript('location.reload();', 'about:blank'); as a workaround.