Your Apex mobile page looks weird because Safari is formatting automatically certain strings containing numbers mistaking them for telephone numbers?
You just need to add a meta tag in the head section of the HTML page (either in the header attribute of the relevant pages or at the template level, whichever you prefer).
<meta name="format-detection" content="telephone=no" />
It's that simple.
No comments:
Post a Comment
I appreciate your comment however bear in mind that I might not have the time to reply soon.
Normally I do not reply to all comments but I am glad if you found something useful or if you learned something new, in that case I strongly encourage you to promote the article with the +1 google button.
Flavio