How do I include extensions in the tel: URI?
问题 I currently have a webpage serving up phone numbers, some of these phone numbers have extensions so I have written the HTML like this: <a href="tel:+44-1234-567;ext=88">+44-1234-56788</a> / <a href="tel:+44-1234-567;ext=99">+44-1234-56799</a When I hit this page in my Android browser and tap one of the phone numbers, it loads up in my phone dialer (UK Samsung Galaxy s2 stock) as: +44-1234-567;ext=88 which I don't think is correct. Surely it should omit the ;ext= word. Have I misread the RFC