ios - iPhone tel link not working - Sencha Framework -
i adding call button mobile site
<div class = "button page1" <div class = "phone-button"> <a href = "tel:8885555555"> <span class = "button"> <span class = "phone-img"></span> <span class = "button-text">call</span> </span> </a> </div> </div>
other minor css differences, call button div's same throughout site. button works fine on 1 page, other instances, when call button clicked number pops second , disappears bringing html in 'cancel/call' pop-up instead of phone number. button works on other phones, know why it's not working in mobile safari?
update: site uses sencha touch framework, , found old forum posts bug there (http://www.sencha.com/forum/showthread.php?153341-tel-link-does-not-work-on-ios-with-st-2.x!), can't find recent.
solution: there bug in sencha's framework, ended deleting sencha's phone-number routing function, , above code worked fine.
Comments
Post a Comment