CSS iPad と iPad のみをターゲットにしようとしていますが、見つけたすべてのソリューションは次のようでした。
<link type="text/css" rel="stylesheet" media="only screen and (min-device-width: 768px) and (max-device-width: 1024px)" href="css/ipadStyleRV.css" />
ただし、これは iPad と解像度 1024 x 768 の画面を対象としています。デスクトップ画面ではなく、iPad のみを対象にしたいと考えています。
メディアクエリだけでそれを行う方法はありますか?
ありがとうございました