Ver Fonte

缺陷修改

apple há 5 anos atrás
pai
commit
18701db9e6

BIN
ios/JianYuIOS/JianYuIOS.xcworkspace/xcuserdata/apple.xcuserdatad/UserInterfaceState.xcuserstate


+ 1 - 1
ios/JianYuIOS/JianYuIOS/Classes(模块)/JYNewExpViewController.m

@@ -96,7 +96,7 @@ NSString *const new_AesKey_3 = @"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;

+ 1 - 1
ios/JianYuIOS/JianYuIOS/Classes(模块)/JYNewSearchViewController.m

@@ -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;

+ 1 - 1
ios/JianYuIOS/JianYuIOS/Classes(模块)/JYNewSubViewController.m

@@ -104,7 +104,7 @@ NSString *const new_AesKey_2 = @"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;