Now we have an html page like this <div class="download_two_btn"><a id="downloadLink" href="">Download</a></div> .download_two_btn a { text-decoration: none; font-size: 1.3em; letter-spacing: 4px; color: #fff; background: url(../images/download_two_btn.png) right no-repeat; background-size: 20px; padding-right: 24px; }
on iOS 16, the page display normal
but on iOS 17, the page display abnormal, the background image display abnormal
There is the background image
is a bug on iOS 17? please help.