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.
<form action="tel:0123456789" method="get"> <input type="submit" /> </form> <a href="tel:0123456789">call</a>
Android Stock Browser と iOS Safari では、フォームとリンクの両方が電話呼び出しをトリガーしますが、Android の Chrome ではリンクのみが機能します。
これはバグですか、それを回避する方法はありますか?