nathansmith / unsemantic

Fluid grid for mobile, tablet, and desktop.
http://unsemantic.com
MIT License
1.38k stars 162 forks source link

Responsiveness Broken for Device #57

Closed joelmcdwebworks closed 10 years ago

joelmcdwebworks commented 10 years ago

Would you be willing to take a look at www.oystercrush.com and let me know why the design is responsive when the browser window is resized, but does not display properly on an iPhone? Thanks.

sakulstra commented 10 years ago
  1. I didn't know there are still people using frames ;) there are a lot of markup errors on your page which could lead to this problem (phone browsers are more strict then desktop ones)
  2. If the problem occurs just on your iPhone it's probably cause of the dppx and dpi value http://dpi.lv/ Unsemantic works with @media querys for resolution. High resolution devices(like IPhone) have to normalize there resolutions like this:
<meta content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1" name="viewport">
joelmcdwebworks commented 10 years ago

The use of frames was the client's decision, one I have advised we move away from. I just loaded the site directly (capehenryrotary/crush) and now it's loading on iPhone fine. Thanks.

Joel McDonald, Owner

http://comitstrategies.com www.comitstrategies.com

757-453-4974

On Sat, Mar 29, 2014 at 9:45 AM, sakulstra notifications@github.com wrote:

  1. I didn't know there are still people using frames ;) there are a lot of markup errors on your page which could lead to this problem (phone browsers are more strict then desktop ones)
    1. If the problem occurs just on your iPhone it's probably cause of the dppx and dpi value http://dpi.lv/ Unsemantic works with @mediahttps://github.com/mediaquerys for resolution. High resolution devices(like IPhone) have to normalize there resolutions like this:

Reply to this email directly or view it on GitHubhttps://github.com/nathansmith/unsemantic/issues/57#issuecomment-38995928 .

nathansmith commented 10 years ago

Sounds like this is resolved.

:)

I'm going to close this issue thread.

joelmcdwebworks commented 10 years ago

Yes. Thank you!

On Monday, March 31, 2014, Nathan Smith notifications@github.com wrote:

Sounds like this is resolved.

:)

I'm going to close this issue thread.

Reply to this email directly or view it on GitHubhttps://github.com/nathansmith/unsemantic/issues/57#issuecomment-39137846 .

Joel McDonald, Owner

http://comitstrategies.com www.comitstrategies.com

757-453-4974