Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
クリックしたときに電話をかけるために、iPhone の Safari 用に作成している HTML ページのコードに入れることができるものはありますか? 次のようなもの:
<a href="tel://1300111222">click to call</a>
リンクから // を削除してみてください。つまり、<a href="tel:1300111222">click to call</a>
<a href="tel:1300111222">click to call</a>