how to determine current scale on iphone web page
You can set the inital-scale, but how do you g开发者_Python百科et/set the current scale?
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.
精彩评论