Swald 1 Posted November 6, 2018 (edited) Hello everyone! Currently I am implementing clientside web application using React and I attached onDoubleClick event handler to div like that: <div className='inventory__item' onDoubleClick={ passItemEvent }> It works as intended in browsers (Chrome, FF) but it seems like in-game CEF doesn't trigger this event. At the same time simple onClick event works fine in both CEF and browsers. Is this behaviour some CEF issue and if so, how can I workaround it? Thanks. Edited November 6, 2018 by Swald Share this post Link to post Share on other sites
Robson 2 Posted November 7, 2018 (edited) Have you try the vanilla JS event? https://www.w3schools.com/jsref/event_ondblclick.asp Edited November 7, 2018 by Robson Share this post Link to post Share on other sites