We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SDK 7.1.7
NSURL *url = [NSURL URLWithString:@"https://h5.youzan.com/xxxx"]; NSURLRequest *urlRequest = [NSURLRequest requestWithURL:url]; [self.webView loadRequest:urlRequest];
有赞加载网页速度太慢,有什么api或者其他方法来对加载网页提速嘛?
The text was updated successfully, but these errors were encountered:
It's better to remove the loaded animation, but the screen will be white。
Sorry, something went wrong.
No branches or pull requests
SDK 7.1.7
NSURL *url = [NSURL URLWithString:@"https://h5.youzan.com/xxxx"];
NSURLRequest *urlRequest = [NSURLRequest requestWithURL:url];
[self.webView loadRequest:urlRequest];
有赞加载网页速度太慢,有什么api或者其他方法来对加载网页提速嘛?
The text was updated successfully, but these errors were encountered: