I am sure it’s possible, maybe just too much work. Remember the Zelda game I made. It was multi-player. I would play with up to 4 friends at one time. It was awesome.
Yeah, or instead of a loading screen they could play a game, especially when there are long processes that are being done. Seems like a good idea to me.
So, for the Zelda game I had a current game and they were able to send an invite to another user. Then they were all connected. Then to display where they were moving, it was just a matter of saving their location to the database and updating it every second or so. Does that make sense?
The game is out of Bubble, but yes, I will transform the web version into a native app and put it on the Play Store, otherwise my children will not give me peace.
Yes, it have a PWA right now, but the problem with webview, in my opinion, is that it do not respect the back button and etc (need too many hacks that it is better to pack it to a native app using Cordova).