安卓:
1 2 3 4 | a,button,input,textarea{ -webkit-tap-highlight-color: rgba(0,0,0,0;) -webkit-user-modify:read-write-plaintext-only; } |
ios:
1 2 3 | a,button,input,textarea{ -webkit-tap-highlight-color: rgba(0,0,0,0;) } |

安卓:
1 2 3 4 | a,button,input,textarea{ -webkit-tap-highlight-color: rgba(0,0,0,0;) -webkit-user-modify:read-write-plaintext-only; } |
ios:
1 2 3 | a,button,input,textarea{ -webkit-tap-highlight-color: rgba(0,0,0,0;) } |