You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a chat box where it scrolls to the bottom and loads all the chats,(which includes images).
It's working fine in browser, but images not loading in the mobile devices
var wrap = $("html,body #chatdiv");
wrap.on("load scroll", function(e) {
$('.chats_attachments').bind('inview', function (event, visible) {
var status = $(this).attr("data-loaded");
Why this is happening, Check the screenshots
This is the mobile view... I have a fake image which willl be converted to the actual image using data-src attribute
The text was updated successfully, but these errors were encountered:
I have a chat box where it scrolls to the bottom and loads all the chats,(which includes images).
It's working fine in browser, but images not loading in the mobile devices
var wrap = $("html,body #chatdiv");
wrap.on("load scroll", function(e) {
$('.chats_attachments').bind('inview', function (event, visible) {
var status = $(this).attr("data-loaded");
Why this is happening, Check the screenshots
This is the mobile view... I have a fake image which willl be converted to the actual image using data-src attribute
The text was updated successfully, but these errors were encountered: