mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-09-18 21:50:56 +00:00
iOS: done #1112 (3D Touch preview links)
This commit is contained in:
parent
3ce5f1dc5a
commit
ab1de65a33
1 changed files with 1 additions and 0 deletions
|
@ -78,6 +78,7 @@
|
|||
error:nil];
|
||||
|
||||
self.webView.scalesPageToFit = YES;
|
||||
self.webView.allowsLinkPreview = YES;
|
||||
// self.webView.multipleTouchEnabled = NO;
|
||||
|
||||
[self.webView.scrollView setAlwaysBounceVertical:appDelegate.storyPageControl.isHorizontal];
|
||||
|
|
Loading…
Add table
Reference in a new issue