I am experiencing an issue with my website.
In my "toggle device" toolbar, I selected the responsive option for iPhone 7 Plus, Galaxy 8, and others. While my website looks good on some devices, it does not function as desired when opened on an iPhone (7+/6S+). I am unsure why this discrepancy exists. Interestingly, the website appears fine on a Galaxy S8.
Could this be a Safari-related problem?
The code I utilized:
@media screen and (-webkit-min-device-pixel-ratio:0)
{
::i-block-chrome, Class Name {your styles}
}
@media not all and (min-resolution:.001dpcm) { @media {
.safari_only {
color:#0000FF;
background-color:#CCCCCC;
}
}}
If anyone has any solutions or suggestions, please let me know!
Wishing you a wonderful day!