Reputation: 3665
You can set the inital-scale, but how do you get/set the current scale?
Upvotes: 1
Views: 1086
Reputation: 12979
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.
Upvotes: 1