html - Can websites using CSS be correctly shown in feature phones? -
i wondering if html tag:
<link rel="stylesheet" href="template/style.css">
can stylesheet loaded correctly on feature phones?
like quentin says, depends on what's in stylesheet. feature / dumb phones have varying css support, you'd need bit of research. started:
a list of css3 properties nokia's symbian browser can support. sure there's lot more stuff floating around. if didn't know, symbian's os used on phones such n95 (last non-smartphone owned)
unfortunately stuff media queries you'd use modern responsive design pretty shaky on these platforms experience. hope helps!
Comments
Post a Comment