- Joined
- Apr 4, 2020
I appreciate everything @Null does to keep this site going, even though there are blips along the way. If chat is down now, chat later.
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
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?