Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7677765
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T17:29:48+00:00 2026-05-31T17:29:48+00:00

I am trying to build a site with iphone / android / ipad compatibility

  • 0

I am trying to build a site with iphone / android / ipad compatibility but do not possess these devices. I tried using the Responsinator, but noticed that it was not even picking up my iphone media queries, such as:

/* iphone */
@media only screen and (max-device-width: 480px) {
    #wrapper { background-color: red; }
} 

The background for #wrapper was not showing up red on the Responsinator‘s iphone viewer, but on an actual iphone it is. Are there any good free sites or apps that will pick up css media queries so that I can develop for these devices without having to own all of them?

Thank you

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-31T17:29:50+00:00Added an answer on May 31, 2026 at 5:29 pm

    I think the reason they’re not picked up in “normal” browsers is that you’re using max-device-width. If you use max-width instead they’ll work “everywhere” (not IE).

    I’d also suggest coding mobile first. Instead of starting with the largest resolution and working backwards, start with the smallest and improve the layout as the resolution grows.

    Personally I use this code:

    /* Default */
    
    /* Little larger screen */
    @media only screen and (min-width: 480px) {
    
    }
    
    /* Pads and larger phones */
    @media only screen and (min-width: 600px) {
    
    }
    
    /* Larger pads */
    @media only screen and (min-width: 768px) {
    
    }
    
    /* Horizontal pads and laptops */
    @media only screen and (min-width: 992px) {
    
    }
    
    /* Really large screens */
    @media only screen and (min-width: 1382px) {
    
    }
    
    /* 2X size (iPhone 4 etc) */
    @media only screen and 
            (-webkit-min-device-pixel-ratio: 1.5), only screen and 
            (-o-min-device-pixel-ratio: 3/2), only screen and 
            (min-device-pixel-ratio: 1.5) {
    
    }
    

    From: http://stuffandnonsense.co.uk/projects/320andup/

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Im trying to build call to action button on my site using jQuery. I
I'm trying to build site using OOP in PHP. Everyone is talking about Singleton,
I'm trying to build a site that runs without refreshes, using Jquery and PHP
I am trying to build a web site in both English and Bulgarian using
I'm trying to build a site using HTML5's video tag so that I can
Im trying to build a little site using XML instead of a database. I
I'm trying to build a simple site but I'm just blocking on this weird
I'm trying to build a IE6 compatible site with dynamic images, but I can't
I am trying to build a self-hosted PHP site, but I am having trouble
I'm trying to build a multi-app site using CodeIgniter. The individual applications need to

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.