How can i run a Unity PWA build on a mobile device without this errors?

My Unity PWA build works fine on desktop devices, but in mobiles, he just loads, shows the splash screen and then the screen turn to completly black.

Also i need to force the pwa to open on all devices in a portrait view and limited resolution, like this example: VencedorPWA
How can i achieve this results?

OBS: i am using the Unity PWA template!

For testing i made some changes on the manifest and the index.html, but the results are the same, only the icons/favicons changes worked fine.

Also i created a completly empty project on Unity 6000.0.13f1 and Unity 6000.0.14f1, and lauched it as a PWA, but it didn’t worked as expected. My project runs in Unity 6000.0.14f1, but it can be changed, the original project was made from complete scratch with unity 2023.2.20f1.

I am deploying my PWA build in the platform Netlify with Github.