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.
私はこれに気づきました:
<a href = "somelink"> <div class = "samplecalssname"> </div> </a>
は IOS デバイスで動作していません。div にリンクがあるはずですよね?
私はそれを手に入れました、私はdivタグの高さと幅を定義する必要があるだけです。コンテンツが画面に表示されないように見えるためです..追加したばかりのcssファイルで:
.samplecalssname{ height : 100px; width : 100px; }
これはうまくいきました。