I’m using a custom theme Qx-Syrena. Here is my website: My website
The issue I am having is on mobile, when I press back to go back a page from any page, it shows a blank page. If I go back again, it will exit out the whole webpage or sometimes go to a 404. Why??
This is Kate from PageFly - Landing page builder, I’d like to suggest this idea:
It’s difficult to determine the cause of this issue without further information and access to the source code. Here are a few potential causes:
JavaScript Errors: If there’s a JavaScript error on the page, it may prevent the page from loading properly when you press back.
Caching Issues: Sometimes, the browser cache can cause problems like this. Try clearing your cache and see if that helps.
History Management: If the JavaScript code that handles navigation does not properly manage the browser’s history, it may cause issues when you press back.
Redirects: If there are any redirects set up on the page, they may cause the page to load blank or show a 404 error.
I suggest checking the console for any JavaScript errors and debugging from there. If you need further assistance, please provide more information about your setup and the source code of your website.