How do I enable device orientation? Is it associated with VR? My program is not causing the browser to ask for permission...
I get orientation events from emscripten_set_deviceorientation_callback( myState, true, em_deviceorientation_callback_handler ); With the sensors panel in devtools, I can force device orientation (which has alpha,beta,gamma...) but I get an event with NaN,NaN,NaN. -- You received this message because you are subscribed to the Google Groups "emscripten-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/emscripten-discuss/788c664f-d25c-48b0-a6d5-87733d9c27fa%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
