Porting a HTML5 game to console using Unreal's Web Browser widget

Hey everyone,

I’m not sure if this is the right place to ask this question, but I’m currently making a game in a game engine that exports my game in HTML5 format using JavaScript to run the game.
I want to port this game to the Nintendo Switch, and perhaps other consoles later on. The problem is, however, that the Switch does not seem to have HTML5 support for games, so that would mean I have to reprogram the game from scratch in an engine that the Switch supports.

I’ve read somewhere that you can use Unreal’s built-in web browser for HTML5 games. My question is, does this widget work on consoles as well? It would be a huge time saver if I can get it to work that way.