You can set the inital-scale, but how do you get/set the current scale?
Asked
Active
Viewed 1,081 times
1
-
I found iScroll - it does what I want. – dan gibson Apr 08 '11 at 09:13
1 Answers
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