|
@@ -111,7 +111,7 @@ NSString *const new_AesKey_1 = @"mGlAgnIBB8bx2nch";
|
|
|
_webView.scrollView.bounces = NO;
|
|
|
_webView.UIDelegate = self;
|
|
|
_webView.navigationDelegate = self;
|
|
|
-// _webView.allowsBackForwardNavigationGestures = true;
|
|
|
+ _webView.userInteractionEnabled = YES;
|
|
|
[_webView addObserver:self forKeyPath:@"estimatedProgress" options:NSKeyValueObservingOptionNew context:nil];
|
|
|
}
|
|
|
return _webView;
|