var viewer = new Cesium.Viewer('cesiumContainer',{
vrButton: true
});
Any ideas why the vrButton isn't showing up on mobile? Can't tell if there's something I'm missing or if I ran into some bug.
Thanks,
Aaron
--
You received this message because you are subscribed to the Google Groups "cesium-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cesium-dev+...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Fullscreen.exitFullscreen();
if (!Fullscreen.fullscreen) { Fullscreen.requestFullscreen(viewModel._vrElement);}