//web自适应宽高

-(void)webViewDidFinishLoad:(UIWebView *)webView

{

    NSLog(@"wessd");

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

    //    self.webViewImage.scalesPageToFit = YES;

    

}

相关文章:

  • 2021-12-17
  • 2021-08-03
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-05-18
  • 2022-12-23
猜你喜欢
  • 2021-10-12
  • 2021-07-19
  • 2021-12-23
  • 2022-12-23
相关资源
相似解决方案