Split Screen on HTML5

I tried to do this using the usual method you would use in native platform and it didn’t work. Can this be done for an HTML 5 game and how would it be done if so?

In GDevelop examples are this example: 3DRacingGame2Players. It’s show how to make split screen multiplayer.
Here: http://wiki.compilgames.net/doku.php/gdevelop/tutorials/multiplayer_racing_game is online(?) multiplayer tutorial. :slight_smile:

Just to be clear: I’m not asking how to do split screen… I’m asking how to do split screen in HTML 5, as setting up a 2nd camera, as would work in native platform, doesn’t seem to work at all in HTML 5.

I think that HTML5 games don’t support multiple cameras.

See