- Registrado
- 4 de Abr, 2020
Sigue el video de abajo para ver cómo instalar nuestro sitio como una aplicación web en tu pantalla de inicio.
Nota: Esta función puede no estar disponible en algunos navegadores.
I think I might have fixed it.
@Null: Can you addto the img tags of the images in chat? That should fix it and make it a ton faster to load.HTML:<img decoding="async" loading="lazy" />
Seems to work so far. I edited those two templates like this:
HTML:<template id="tmp-chat-message"> [...] <img class="avatar" decoding="async" loading="lazy" aria-hidden="true" src="" alt=""> <template id="tmp-chat-user"> [...] <img class="avatar" decoding="async" loading="lazy" aria-hidden="true" src="" alt="">
How do I do this on mobile?Looks like some blocked .js files. Check the network tab in your Browser's Dev Console for blocked resources. (F12)
yeah, I can see its blocked in mine.Looks like some blocked .js files. Check the network tab in your Browser's Dev Console for blocked resources. (F12)
You'd need chrome a USB cable and debugging enabled: https://developer.chrome.com/docs/devtools/remote-debugging/How do I do this on mobile?