9 ms·
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 ver
by stevanl 15y 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?
- dhendo 15y agoYes, 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.