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
No description provided.
The text was updated successfully, but these errors were encountered:
同,应该没维护了
Sorry, something went wrong.
不过可以改一下:在WPViewController.m里加一句:
WPViewController.m
self.automaticallyAdjustsScrollViewInsets = NO;
在WPEditorView..m里的方法里- (void)createWebViewWithFrame:(CGRect)frame加:
WPEditorView..m
- (void)createWebViewWithFrame:(CGRect)frame
if (@available(iOS 11.0, *)) { _webView.scrollView.contentInsetAdjustmentBehavior = UIScrollViewContentInsetAdjustmentNever; } else { // Fallback on earlier versions }
这样就可以解决偏移问题了
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: