joshmarinacci / voxeljs-next

The next generation of Voxel JS
https://vr.josh.earth/voxeljs-next/examples/ecsy.html
BSD 3-Clause "New" or "Revised" License
147 stars 20 forks source link

Fix full screen in iOS and Mac safari #17

Closed joshmarinacci closed 5 years ago

joshmarinacci commented 5 years ago

Currently it doesn't work properly. It doesn't really enter fullscreen and we fake it with CSS, and then the fake breaks when we leave fullscreen.

joshmarinacci commented 5 years ago

mac safari fullscreen should work correctly now. ios is trickier

https://github.com/joshmarinacci/voxeljs-next/commit/f242bd167256c0c8117edca38f9fb87c8896c929

joshmarinacci commented 5 years ago

ios fixed now. turns out it does support the same api as mac. just needed some webkit prefixes

joshmarinacci commented 5 years ago

fixed!