android - Using box-sizing:border-box on mobile -
i can't find concrete answer on google using box-sizing: border-box on mobile . saw on http://caniuse.com/ box-sizing not supported native android browsers ( android browsers not calculate correctly dimensions (width , height) of html select element. ) . question : 100% safe use border-box on mobile ( chrome/opera/safari/android browser/ie ) or must stick old school ?
mention : on mobile versions use:
jquery.mobile.css jquery.mobile.js version : 1.3.2
Comments
Post a Comment