Responsive design is very popular now. There are few tips you need know while you coding style for ipad and iphone . Some default style and features are added by mac .
Phone number format
If you have phone number text with phone number format such as *.***.***.**** or ***.***.**** ,Iphone will auto added a default style with high-light background blue,this problem is also happen to email address. Tt’s really bad while you need add your own style . The fix are add follow codes to your html header
<meta name="format-detection" content="telephone=no" /> |
button css background problem in ipad
In my Ipad,Safari use it’s own style to overwrite my background color …..Its a normal background color but in Ipad it look difference,then i found we just need remove the safari default style.
-webkit-appearance: none; |
apply this css to the elements,that’s the fix.
IF you have more,please let me know … thanks!!