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
The text was updated successfully, but these errors were encountered:
目前没有影响
Sorry, something went wrong.
这个 方法 清理了 访问的记录 ,但是 重新打开 H5 页面的时候 ,也会有问题 无法 执行 goback
@hu5980 大佬,请问有解决这个无法执行goback的问题么?
No branches or pull requests
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Warc-performSelector-leaks"
SEL sel = NSSelectorFromString([NSString stringWithFormat:@"%@%@%@%@", @"_re", @"moveA", @"llIte", @"ms"]);
if ([self.backForwardList respondsToSelector:sel]) {
[self.backForwardList performSelector:sel];
}
#pragma clang diagnostic pop
The text was updated successfully, but these errors were encountered: