# The Darkside Tips

**URL:** https://forum.pinegrow.com/t/the-darkside-tips/612
**Category:** Tips & Tricks
**Created:** [January 16, 2017, 11:18am UTC](https://forum.pinegrow.com/t/the-darkside-tips/612 "2017-01-16T11:18:24Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![Jack](https://avatars.discourse-cdn.com/v4/letter/j/cc9497/32.png) [@Jack](https://forum.pinegrow.com/u/Jack)
#### Post date: [January 16, 2017, 11:18am UTC](https://forum.pinegrow.com/t/the-darkside-tips/612/1 "2017-01-16T11:18:24Z")

</div>

@Rob

I treated myself to an Ipad mini 2 and glad I did, as I discovered two issues with Safari

1. Telephone number missing

2. Fixed background-attachment doesn’t work

Managed to sort issue 1 with

`<meta name="format-detection" content="telephone=no" />`

I wonder how many websites are live, using css that doesn’t work on ios devices? missing phone numbers and screwed up background images!

---

<div class="post-metadata">

### Author: ![Thomas](https://yyz2.discourse-cdn.com/flex036/user_avatar/forum.pinegrow.com/thomas/32/61_2.png) [@Thomas](https://forum.pinegrow.com/u/Thomas)
#### Post date: [January 16, 2017, 2:24pm UTC](https://forum.pinegrow.com/t/the-darkside-tips/612/2 "2017-01-16T14:24:13Z")

</div>

> [@Jack](#):
>
> Managed to sort issue 1 with
> 
> \<meta name=“format-detection” content=“telephone=no” /\>

This makes me wonder cause Apple says:

> By default, Safari on iOS detects any string formatted like a phone number and makes it a link that calls the number. Specifying telephone=no disables this feature.

The other point is a well known issue. [https://twitter.com/paul\_irish/status/306818591196602368](https://twitter.com/paul_irish/status/306818591196602368)

Up to a specific level, there are workarounds available (which I personally never considered).

Cheers

Thomas

---

<div class="post-metadata">

### Author: ![Jack](https://avatars.discourse-cdn.com/v4/letter/j/cc9497/32.png) [@Jack](https://forum.pinegrow.com/u/Jack)
#### Post date: [January 16, 2017, 6:25pm UTC](https://forum.pinegrow.com/t/the-darkside-tips/612/3 "2017-01-16T18:25:56Z")

</div>

Cheers. Thomas, I’ll have to look into this more and how popular Safari browsing is on mobile devices for visiting websites locally although because I’m a perfectionist i won’t sleep well unless all potential problems are covered and my aim with all websites I build is to ensure they work as intended for all visitors.

And yes I’m not keen on the workaround issues re the fixed background, they appear slightly hacky and dirty lol I want to keep code as clean and simple as possible and I’ll consider if my websites really need fixed background attachment before I look at possible workaround’s.

---

<div class="post-metadata">

### Author: ![Jack](https://avatars.discourse-cdn.com/v4/letter/j/cc9497/32.png) [@Jack](https://forum.pinegrow.com/u/Jack)
#### Post date: [January 16, 2017, 6:50pm UTC](https://forum.pinegrow.com/t/the-darkside-tips/612/4 "2017-01-16T18:50:16Z")

</div>

Also reminds me that while I test my websites on all browsers/operating systems for desktops, it’s important to have real life testing for mobile devices. I now have access to Android, Windows and Apple as while I can test online, it’s nice to see real examples, especially as Apple devices are popular within business/management.

---

<div class="post-metadata">

### Author: ![Jack](https://avatars.discourse-cdn.com/v4/letter/j/cc9497/32.png) [@Jack](https://forum.pinegrow.com/u/Jack)
#### Post date: [January 16, 2017, 7:50pm UTC](https://forum.pinegrow.com/t/the-darkside-tips/612/5 "2017-01-16T19:50:23Z")

</div>

This guy has a good write up on the issue

> **[How to Disable Phone Number Linking in iOS Safari](https://n8finch.com/disable-phone-number-linking-ios-safari/)**
>
> I was working on a client’s site recently, and they sent me a screen shot with their address in the header of the site, saying the postal code was off center. At first I thought I had messed up my Sass styles on the media query for small...
