1,-webkit-tap-highlight-color:rgba (0,0,0,0)
Remove the default gray translucent matte (iOS) or virtual box (Android) when clicking a link or text box
can also be written-webkit-tap-highlight:none
2,-wekkit-appearance:none
Remove native styles like input boxes, buttons, and add this property on iOS to customize styles for buttons and input boxes
The different types of input plus this attribute do not behave the same. Text,button no style, Radio,checkbox disappears directly.
3,-webkit-user-select:none
Prohibit page text selection, this property does not inherit.
4,-webkit-text-size-adjust:none
Prevents text from automatically resizing, and the text size changes when the device is rotated by default, not inherited.
5,-webkit-overflow-scrolling:touch
Resolves the lag when scrolling up and down.
6,-webkit-touch-callout:none;
Suppresses the pop-up menu when long pressing the page, both IMG and a tag are added (iOS) to be active.
Some CSS properties that are applicable on the mobile side