1

You can set the inital-scale, but how do you get/set the current scale?

dan gibson
  • 3,605
  • 3
  • 39
  • 57

1 Answers1

1

You can do this using Objective-C like so:

[myUIWebView zoomScale];

There is no way to do this using Javascript, so unless you are implementing your own UIWebView, this is impossible.

FreeAsInBeer
  • 12,937
  • 5
  • 50
  • 82