galacticpuzzlehunt / gph-site

Django app for running a puzzlehunt (open-source version)
MIT License
62 stars 31 forks source link

By default, numbers should not be telephone numbers. #42

Closed jenna-h closed 1 year ago

jenna-h commented 1 year ago

The Apple Developer Documentation states: "By default, Safari on iOS detects any string formatted like a phone number and makes it a link that calls the number."

This is disruptive to puzzle formatting.

Telephone links are still possible with the explicit use of the "tel" URI scheme.

See https://stackoverflow.com/a/227238