@alexlobanov87 Im not seeing Ajax Load More on your page.
After inspecting the code there may be a fatal error causing a problem.
Let me know once it’s back up.
cheers,
Sorry, I’m currently restoring a backup, I thought that was the problem. Available in a few hours
Chrome: Version 84.0.4147.89 (Official assembly), (64 bit)
I’ll have a look tomorrow and let you if I see a fix to the issue.
everyone has this issue including ALM example site.
Thanks @fropki
I just updated Chrome as I see the problem as well. Looks like the default browser behavior has changed.
I don’t have a fix right now unfortunately.
@dcooney
It is not a new issue on chrome. I tried to report this issue few days back. A different variant of the issue.
https://ww.wp.xz.cn/support/topic/a-possible-focus-issue-on-chrome-on-android-device/
Issues are completely different considering this is mobile vs desktop.
I believe I’ve found the issue.
If my testing goes well cross browser I’ll release this fix in the next version if ALM which is scheduled for next week.
any method for quick fix?
better to wait for update.
no work(
alm.AjaxLoadMore.click = function (e) {
let button = e.target || e.currentTarget;
if (alm.pause === ‘true’) {
alm.pause = false;
alm.pause_override = false;
alm.AjaxLoadMore.loadPosts();
}
if (
!alm.loading &&
!alm.finished &&
!button.classList.contains(‘done’)
) {
alm.loading = true;
alm.page++;
alm.AjaxLoadMore.loadPosts();
}
button.blur();
};`
you need to change in min file which is lil difficult to pull off.