문제

I was wondering if the html tag:

    <link rel="stylesheet" href="template/style.css">

Can the stylesheet be loaded correctly on feature phones?

도움이 되었습니까?

해결책

Like Quentin says, it depends on what's in the stylesheet. Feature / dumb phones have varying CSS support, so you'd need to do a bit of research. Something to get you 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 a lot more stuff like this floating around. If you didn't already know, Symbian's an OS used on phones such as the N95 (last non-smartphone I owned)

Unfortunately stuff like media queries that you'd use for modern responsive design are often pretty shaky on these platforms from my experience. Hope that helps!

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top