html - same page anchor Still Not Working on mobile devices -
ok i've been searching answer while , althought there lots of queries along same lines, none of them solving problem.
using following code, trying link button section further down page..
<a href="#tour" class="input"><img src="assets/images/seetheapp.png" alt="download app" width="300" height="48" style="margin-bottom: 100px;"></a>
calling using..
<a id="tour"></a>
works fine on desktop not @ on iphone (even pop options not working) , works on ipad in landscape mode... i'm stumped!
it live (pulsatedate.com) need sorted asap.
linking existing section/div id rather anchor has been suitable work around in instance.
<a href="#page-twitter" class="input"><img src="assets/images/seetheapp.png" alt="download app" width="300" height="48" style="margin-bottom: 100px;"></a>
Comments
Post a Comment