美文网首页
wkwebview处理h5信息

wkwebview处理h5信息

作者: 虫yu | 来源:发表于2020-05-07 11:45 被阅读0次
    - (NSString *)getHTMLString:(NSString *)htmlString {
        return [NSString stringWithFormat:@"<meta name='viewport' content='width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0'><meta name='apple-mobile-web-app-capable' content='yes'><meta name='apple-mobile-web-app-status-bar-style' content='black'><meta name='format-detection' content='telephone=no'><style type='text/css'>img{width:%@} p{font-size:14px}</style>%@",@"100%",htmlString];
    }
    

    相关文章

      网友评论

          本文标题:wkwebview处理h5信息

          本文链接:https://www.haomeiwen.com/subject/edioghtx.html