As Furioos is running in the browser, we have to deal with all the browser limitations.
-
Furioos cannot force auto play session on a browser that doesn't allow to do so.
-
Furioos cannot optimize your application for you.
If your application is running with bad performance locally with good specs, it will run with bad performance on Furioos too. -
Furioos will not add mobile support for you.
We provide a way to convert touch events to mouse events, but we cannot add gesture for you. If you want your application to be multi-touch compatible you need to add it by yourself. We are working on a re-binding feature to help you. -
Dot not bind the ESC key.
As lot of browsers use this key to exit fullscreen or mouse lock, we recommande to not bind the ESC key in your application. -
Use mouse lock for FPS only
Web browsers have some limitations to prevent mouse lock automatically. It means that you need to do an action to enable mouse lock on browser. If your application goes in mouse lock mode, Furioos will put an overlay on top of your application, you need click on that overlay to get in mouse lock.
Keep in mind that you need to prevent cursor hide as much as possible in your application, in order to get the best user experience on a browser.