nathansmith/unsemantic

Responsiveness Broken for Device

Closed this issue · 4 comments

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.

  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">

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//issues/57#issuecomment-38995928
.

Sounds like this is resolved.

:)

I'm going to close this issue thread.

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//issues/57#issuecomment-39137846
.

Joel McDonald, Owner

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

757-453-4974