Hacker News new | ask | show | jobs
by stevanl 5246 days ago
On the topic of the responsive design module - when I view my project on an iPhone/iPad it shows the full screen version of the site, rather than the mobile version. However, it shows the mobile version on a samsung phone.

Is there a reason for this?

1 comments

Yes, it is based on media queries on the available screen real estate with differences as <480, 768, 980 and 1200px.

The phone will pick out the smallest one. Try turning the iPad into the portrait orientation.