iOS

//web自适应宽高

-(void)webViewDidFinishLoad:(UIWebView *)webView

{

    NSLog(@"wessd");

    [ webView stringByEvaluatingJavaScriptFromString:@"document.body.style.zoom=0.5"];

    //    self.webViewImage.scalesPageToFit = YES;

    

}

原文地址:https://www.cnblogs.com/shenlaiyaoshi/p/7941112.html