Home › Forums › Bug Reports and Feature Requests › Add Chrome “onPointerUp” option?
Tagged: pointer events, puzzles, todo
- This topic has 3 replies, 2 voices, and was last updated 4 years, 7 months ago by Alexander Kovelenov.
-
AuthorPosts
-
2020-04-12 at 3:22 am #25660GLiFTeKCustomer
Hi
since Chrome has removed support for “mouseup”, is there any way you could throw in the “pointerup” (and other similar pointer) options into the “on event of” HTML puzzle drop down?thnx
Visit the GLIFTEK Verge3D Plugins Store!
GLIFTEK.com for Plugin Documentation & LIVE DEMOS!
LIKE The GLIFTEK Facebook Page for updates!
Join the Verge 3D Discord Server!
plz share Discord link & on your signature!2020-04-12 at 9:44 am #25670Alexander KovelenovStaffHi,
As I know, “mousedown”/”mouseup” events are still supported in Chrome and should work as expected. Of course, eventually we’ll transfer all Verge3D interaction logic to pointer events, but we need higher adoption rate to do so:
https://caniuse.com/#feat=pointer
As for the “on event of” HTML puzzle, I see no obstacles to support these. Putting this task in our TODO list.
2020-04-12 at 11:02 am #25673GLiFTeKCustomerHi,
As I know, “mousedown”/”mouseup” events are still supported in Chrome and should work as expected. Of course, eventually we’ll transfer all Verge3D interaction logic to pointer events, but we need higher adoption rate to do so:
https://caniuse.com/#feat=pointer
As for the “on event of” HTML puzzle, I see no obstacles to support these. Putting this task in our TODO list.i am using the “on event of” puzzle with “mouseup” selected on “window”.
it’s not responsive in chrome for me. it works in firefox though.this thread talks about it a bit …
https://stackoverflow.com/questions/41181372/chrome-mousedown-and-mouseup-events-no-longer-working-other-browsers-are-fineNOTE: the”mouseup” i am specifically aiming to collect is one in an iframe within the index.html that has my verge container is a DIV (non-traditional or recommended i know) .. just works because my iframe is a draggable control panel ( so have to catch mouseups that happen from mousedowns that happened in the draggable panel, which were mouseup-ed out of it) .. if that makes sense..
Visit the GLIFTEK Verge3D Plugins Store!
GLIFTEK.com for Plugin Documentation & LIVE DEMOS!
LIKE The GLIFTEK Facebook Page for updates!
Join the Verge 3D Discord Server!
plz share Discord link & on your signature!2020-04-13 at 7:34 am #25702Alexander KovelenovStaff -
AuthorPosts
- You must be logged in to reply to this topic.