• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps Android anchor tags not working.

jhardyua

Lurker
Tested on Droid X running Android version 2.2.1

I'm developing a webpage designed to run on mobile devices, specifically Android and iOS. Everything seems to be working on iOS, but I'm experiencing weird behavior on Android. Anchor tags seem to not function.

Specifically, the last anchor within a div seems to have trouble. There's nothing special about these anchors:

Code:
<div class="footer">
    <a class="baselink" href="http://www.google.com">
        Having issues? Try the basic version</a>
</div>

Nothing happens when the link is tapped. I am able to open the link after a long-press, but that isn't an acceptable solution. The link should open when tapped. Every other anchor on the page functions as expected.

Unfortunately, I'm unable to share a link as external requests are blocked by our firewall.
 
Back
Top Bottom