I’m building a website that blends anchor links on a main page as well as regular pages. While I was initially developing the site, the anchor links would work very well on all devices, but since I posted it on a custom domain yesterday, I’m facing a strange issue. Whenever I click on a link in the nav, instead of going to the anchor, every browser (mobile included) refreshes the page, then scrolls to the anchor link.
Of course, as I’m using both anchor links and regular /pages, I can’t just use #anchors in the nav to fix the issue.