How to build a WebGL project and play it on an Android device?

A bit of a noob question here, but I’m trying to build a WebGL game for mobile devices but I’m not sure how. I can run the game fine on PC because the Build & Play option from the Build Settings does this automatically for me. But what if I want to play it on an Android device? Thanks!

WebGL export is not officially supported for mobile yet.

Some project can run on more powerful handheld devices though.

You need to host the game on a webserver that the handheld device can reach and just load it from there. Windows comes IIS and Apache or ngix are open source.