- Dołączono
- 4 Kwi 2020
Obejrzyj poniższy film, aby zobaczyć, jak zainstalować naszą witrynę jako aplikację internetową na ekranie głównym.
Uwaga: Ta funkcja może być niedostępna w niektórych przeglądarkach.
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?