Swald Posted November 6, 2018 Share 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 Link to comment Share on other sites More sharing options...
Robson Posted November 7, 2018 Share 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 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now