1

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

dan gibson
  • 3,561
  • 3
  • 37
  • 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,891
  • 5
  • 48
  • 80