Having some trouble with a named anchor tag in the iPhone Safari browser. It's functioning properly in desktop browsers, including Safari, but not working on mobile Safari. Odd!
For instance, my URL appears as:
http://www.example.com/my-example-article-url-is-like.php#articlebottom
The above URL is from a newsletter and it should take me to the bottom paragraph of the article page where I've assigned an id like this:
<p id="articlebottom">paragraph goes here</p>
When I click the URL from the newsletter, I'm taken to the article page, but not to the designated bottom paragraph with the specified id. Strangely, I noticed that the #articlebottom part is missing from the URL when it reaches the targeted page in Safari.
Any insights would be greatly appreciated!