I use a TEmbeddedWB in a Delphi project to display a HTML5/CSS3/Javascript game fullscreen. It uses IE9 embedded to render the page. That is working fine but i discover some lag, speed difference compared to other browsers and IE9 itself (when the page is loaded in the browser itself). In a browser there is no lag.
Because the game uses drag and drop features to move objects and can be used on touchscreens, the lag in movements is a little annoying.
I tried several things, disable background drawing, repainting, increase CPU priority above normal, disable TEmbeddedWB features etc. I also tried it with TWebBrowser but has the same issues.
Anybody any idea how to solve this? Found nothing on the internet about this.