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:

http://www.developer.nokia.com/resources/library/web/#!nokia-browsers/symbian-browsers/css-3-support.html

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

Popular posts from this blog

javascript - Count length of each class -

What design pattern is this code in Javascript? -

hadoop - Restrict secondarynamenode to be installed and run on any other node in the cluster -