c# - Android anchor tags not working -


edit: tested on droid x running android version 2.2.1

i'm developing webpage designed run on mobile devices, android , ios. seems working on ios, i'm experiencing weird behavior on android. anchor tags seem not function.

specifically, last anchor within div seems have trouble. there's nothing special these anchors:

<div class="footer">     <a class="baselink" href="http://www.google.com">         having issues? try basic version</a> </div> 

nothing happens when link tapped. able open link after long-press, isn't acceptable solution. link should open when tapped. every other anchor on page functions expected.

unfortunately, i'm unable share link external requests blocked our firewall.

something refer to; may help: http://www.sencha.com/forum/showthread.php?112752-anchor-lt-a-gt-tags-not-working-on-android-%280.97%29


Comments

Popular posts from this blog

php - What is the difference between $_SERVER['PATH_INFO'] and $_SERVER['ORIG_PATH_INFO']? -

fortran - Function return type mismatch -

queue - mq_receive: message too long -