加载商城首页速度太慢
BartSimpsons opened this issue · 1 comments
BartSimpsons commented
SDK 7.1.7
NSURL *url = [NSURL URLWithString:@"https://h5.youzan.com/xxxx"];
NSURLRequest *urlRequest = [NSURLRequest requestWithURL:url];
[self.webView loadRequest:urlRequest];
有赞加载网页速度太慢,有什么api或者其他方法来对加载网页提速嘛?
854907646 commented
It's better to remove the loaded animation, but the screen will be white。