forked from organicmaps/organicmaps
[iOS] disable force touch preview in web view
This commit is contained in:
parent
8ede52d104
commit
b9004a0648
1 changed files with 1 additions and 0 deletions
|
@ -86,6 +86,7 @@
|
|||
[self.webView.trailingAnchor constraintEqualToAnchor:trailingAnchor].active = YES;
|
||||
|
||||
self.webView.backgroundColor = UIColor.whiteColor;
|
||||
self.webView.allowsLinkPreview = NO;
|
||||
|
||||
__weak __typeof(self) ws = self;
|
||||
[self willLoadUrl:^(BOOL load) {
|
||||
|
|
Loading…
Add table
Reference in a new issue