wp-pwa / wordcamp-theme

A Frontity theme for WordCamps!
MIT License
8 stars 3 forks source link

Make CoC phone number clickable #69

Closed jennybeaumont closed 6 years ago

jennybeaumont commented 6 years ago

As a user, I'd like to be able to click on the phone number on the Code of Conduct page and have it automatically dial so that I don't have to manually type the number in myself.

ePascalC commented 6 years ago

@luisherranz , I'm working on that, I can add the href="tel:" in the CoC page to force the phones to recognize the number. Testing now...

ePascalC commented 6 years ago

I have added in the CoC page: Phone/SMS: <a href="tel:+38162100000">+381 62 100 00 00</a>

I tested on Android (Samsung browser) and iOS (Safari) and it seems to work. If somebody else could test and confirm?

luisherranz commented 6 years ago

Working on Android Chrome. Closing it now. Thanks @ePascalC 👍