Page 2 of 2

Re: mouse clicks not work when start html5 games in cefclien

PostPosted: Tue Jun 22, 2021 3:48 am
by ndesktop
This is something new. You said "mouse clicks not work", but it seems it does work, but it does not work as you expect on a particular element on the game. This sounds like a problem in the HTML5 application, not CEF or Chrome.
That's all I can do for you, I will not continue use plain http on a website I do not know, in a language I cannot read.

Re: mouse clicks not work when start html5 games in cefclien

PostPosted: Tue Jun 22, 2021 5:04 am
by kikiako
ndesktop wrote:This is something new. You said "mouse clicks not work", but it seems it does work, but it does not work as you expect on a particular element on the game. This sounds like a problem in the HTML5 application, not CEF or Chrome.
That's all I can do for you, I will not continue use plain http on a website I do not know, in a language I cannot read.

What bothers me now is that the mouse clicks on Chrome can play games normally, move and shoot. Is it possible that cef's support for html5 is not as good as chrome? Finally, thank you very much for your patience.

Re: mouse clicks not work when start html5 games in cefclien

PostPosted: Tue Jun 22, 2021 5:19 am
by salvadordf
I haven't tested that game but CEF doesn't support all APIs. For example, the pointer lock API is not yet supported :
https://www.magpcss.org/ceforum/viewtop ... =6&t=18078

Try enabling the chrome runtime in the settings.

Re: mouse clicks not work when start html5 games in cefclien

PostPosted: Wed Jun 23, 2021 2:07 am
by kikiako
salvadordf wrote:I haven't tested that game but CEF doesn't support all APIs. For example, the pointer lock API is not yet supported :
viewtopic.php?f=6&t=18078

Try enabling the chrome runtime in the settings.

Thanks, i will try