NUKnightLab / SceneVR

A Tool for Creating Shareable, Embeddable WebVR Stories
http://scene.knightlab.com/
40 stars 6 forks source link

a-scene pointer-events aren't captured under desktop and mobile thumbnails #55

Closed gwcmk closed 7 years ago

gwcmk commented 7 years ago

This CSS property is responsible: https://github.com/NUKnightLab/SceneVR/blob/master/src/scss/scene.scss#L150

According to MDN, "the value none instructs the mouse event to go "through" the element and target whatever is "underneath" that element instead," but we aren't getting this behavior.

gwcmk commented 7 years ago

https://github.com/NUKnightLab/SceneVR/pull/56