Skip to main content

All Questions

Tagged with
-2 votes
2 answers
478 views

iPhone Mobile Safari meta viewport

when opening a website in iPhone Mobile Safari The full screen does not appear. I tried this, but the problem still exists. <meta name="viewport" content="width=device-width; initial-scale=1.0; ...
3bdo Ahmed's user avatar
4 votes
1 answer
3k views

iphone "add to home screen" ignores querystring parameters

I have a mobile-friendly web application which I want users to be able to access from a link sent in an email or text. The link will include a querystring parameter specific to that user, which ...
JRS's user avatar
  • 629
6 votes
3 answers
7k views

Zoom issue in iPhone for iOS 10

Is there any viewport meta tag available for iOS 10 ? I am facing zoom issue on my iPhone. I am using <meta name="viewport" content="user-scalable=1.0,initial-scale=1.0,minimum-scale=1.0,maximum-...
user avatar
5 votes
0 answers
339 views

AngularJS dynamic metatags - Is it possible to reevaluate a dynamic meta tag? Specifically apple-itunes-app smart banner meta tag

In AngularJS, I am trying to have a dynamic apple-itunes-app smart banner for iOS safari. I have one single section for the app in my index.html as I am using ui-router.I have successfully displayed ...
Jorge Suárez's user avatar
0 votes
1 answer
409 views

Making website scalable on mobile with viewport meta tag

Morning all, Im trying to get my site so people can pinch to zoom on mobiles and so that it loads at the right size. Currently on an iPhone the site loads zoomed in (everything looks big) but you ...
Phil Buckthorpe's user avatar
1 vote
1 answer
2k views

How to use a meta-redirect for user agent on mobile

I'd like to detect when a user hits a webpage through a mobile (Android or Iphone) device, and set up a redirect to the relevant app-store when that connection is detected. How would one go about ...
Zack's user avatar
  • 671
11 votes
2 answers
6k views

ios 8 box shadow on iPhone 6 Plus

I have a display problem with the box shadow property specifically on the iPhone 6 plus. If I add the meta tag width=device-width, the following box shadow isn't displayed at all: -webkit-box-shadow: ...
Maddiiiiis's user avatar
1 vote
1 answer
104 views

Randomize url in meta tag with jQuery?

I'm using the following meta tag to load a startup image for an iPhone web app: <link href="apple-touch-startup-image-640x920.png" rel="apple-touch-startup-image"> What I want to do is ...
DeanH's user avatar
  • 497
1 vote
2 answers
505 views

Setting viewport, initial scale, and device width doesn't resize to device width

http://www.designbeeadvertising.com/ No matter how I set the meta viewport, no matter how I change it up and alter it, the site still goes outside the boundries of the device width on Android/iPhone/...
TTUGoldFOX's user avatar
0 votes
0 answers
87 views

iPhone website not in Landscape mode

I try to turn off the landscape mode on my website. I don't want the site to turn into landscape mode when I hold my phone in landscape mode. Is there a way to do this? I can't seem to find the right ...
Ruub's user avatar
  • 619
-2 votes
1 answer
127 views

need meta viewport settings for iphone - displaying full page width on screen

We are disabling responsiveness. Content width 960px. Everything is working fine but.... My client likes to see the webpage partly on iPhone, on startup. But it's displaying the full page (in width) ...
user577060's user avatar
0 votes
0 answers
99 views

Safari meta name viewport specific

I have non-standard-problem I have site for iphone/ipad. I have in meta: <meta name="viewport" content="width=640"/> and all is well open. BUT! I go to the link on the inner section of the ...
Kenscl12's user avatar
0 votes
1 answer
291 views

320x480 div, how to make it scale on all phones?

At the moment I'm using the following viewport code with a 320x480 portrait phone ad: <meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;" /&...
Phill's user avatar
  • 546
1 vote
3 answers
93 views

Mobile content witdh(body) = media width, but user can still scroll

I overlooked all the web ( i guess) and tried to find the solution for this task: I have all requirements to show a correct content on mobile(I mean meta media and css media and so on), but on my ...
Vasilii Burlacu's user avatar
0 votes
1 answer
2k views

Use viewport for iPhone only, not iPad

I'm using the following meta tag to display a site correctly in iPhone: <meta name="viewport" content ="user-scalable=no, initial-scale=1.0, maximum-scale=1.0, width=device-width"> On iPad ...
user2638119's user avatar

15 30 50 per page