0

I want to be able to have a bit of js or jQuery that takes a zoomed in ('pinched') screen safari ios website:

enter image description here

and makes it un-zoom:

enter image description here

Let me know if you have an idea or even a lead!

Ben Potter
  • 875
  • 5
  • 20
  • 34

1 Answers1

-1

You need to provide the minimum-scale and maximum-scale. See this SO post for more examples: "Viewport" by META tag in HTML ... if iPad = X and if iPhone = Y?

Community
  • 1
  • 1
benathon
  • 7,455
  • 2
  • 41
  • 70
  • Agreed - and I have already done this. What I am asking for though is not what you have described: a line of jQuery/js that takes a pinched screen and 'unpinches' it. – Ben Potter Jan 16 '14 at 05:33
  • Did you see this SO post? http://stackoverflow.com/questions/14249364/how-do-you-change-zoom-level-dynamically-with-javascript Maybe it's not possible? Can you explain what you are trying to do with the page? Maybe there is a different way – benathon Jan 16 '14 at 10:36
  • Yes - again it's not as requested :( – Ben Potter Jan 23 '14 at 01:16
  • If nobody has gotten back now it might be impossible – benathon Jan 23 '14 at 06:12