MY BLOG KEEPS REFRESHING ON MOBILE BROWSER

GenZgram

Newbie
Joined
Jun 9, 2024
Messages
15
Reaction score
7
Hey, my site just got monetized. First of all am very happy and thankful to all the great people here at BHW who helped with the site creation ideas and it all worked. My site loads well on pc browsers but on mobile browsers, it keeps refreshing as one continues reading an article it only works cool on the Google app on mobile. I have searched everywhere for a solution but still am experiencing it which is not cool for my visitors here is my site genzgram.co.ke
 
Congratulations mate on getting approved.

You should inspect the site and look through any Javascript that could potentially be the issue.

I'll take a look for you.
 
Well, It looks like the issue originates from an event listener connected to your html tag. Each time a user scroll It reloads.

Check Into this, I belive It's the origin for mentioned headache.

JavaScript:
function(e) {  return "undefined" != typeof ce && ce.event.triggered !== e.type ? ce.event.dispatch.apply(t, arguments) : void 0}

I gtg, but If the issue persist later then I'll take a closer look.
 
Well, It looks like the issue originates from an event listener connected to your html tag. Each time a user scroll It reloads.

Check Into this, I belive It's the origin for mentioned headache.

JavaScript:
function(e) {  return "undefined" != typeof ce && ce.event.triggered !== e.type ? ce.event.dispatch.apply(t, arguments) : void 0}

I gtg, but If the issue persist later then I'll take a closer look.
It worked bro. Thank you very much. you can help me check if it is working also fine on your side sir... thank you very much. can i dm you?
 
Back
Top