Browse Source

webview不走代理

jikaipeng 5 years ago
parent
commit
5803655416

BIN
KuDianProject.xcworkspace/xcuserdata/kaipeng.xcuserdatad/UserInterfaceState.xcuserstate


+ 1 - 0
KuDianProject/TOP/Drawer/Control/KDPWebInteractionVC.m

309
         _webInterView.backgroundColor = [UIColor colorWithRed:240.0/255 green:240.0/255 blue:240.0/255 alpha:1.0];
309
         _webInterView.backgroundColor = [UIColor colorWithRed:240.0/255 green:240.0/255 blue:240.0/255 alpha:1.0];
310
        
310
        
311
         _webInterView.UIDelegate = self;
311
         _webInterView.UIDelegate = self;
312
+        _webInterView.navigationDelegate = self;
312
         //手势触摸滑动
313
         //手势触摸滑动
313
         _webInterView.allowsBackForwardNavigationGestures = YES;
314
         _webInterView.allowsBackForwardNavigationGestures = YES;
314
         //自适应
315
         //自适应