1. input border-bottom
ios:
會(huì)有重影問題,翹起的邊角,解決:border-radius: 0
2. 加點(diǎn)擊效果
ios:
沒有效果,解決:
document.body.addEventListener('touchstart', function () { });
ios:
會(huì)有重影問題,翹起的邊角,解決:border-radius: 0
ios:
沒有效果,解決:
document.body.addEventListener('touchstart', function () { });