KKJSBridge icon indicating copy to clipboard operation
KKJSBridge copied to clipboard

复用时,H5 跳转页面,点导航返回异常

Open tzwgod opened this issue 2 years ago • 1 comments

https://user-images.githubusercontent.com/13271517/169979460-a9a9e4d0-6b81-480c-83cc-82867bd03e1a.mov 3

test code

    NSString *url = @"https://www.baidu.com/";
    WebViewController *web = [[WebViewController alloc] initWithUrl:url];
    [self.navigationController pushViewController:web animated:YES];

tzwgod avatar May 24 '22 07:05 tzwgod

遇到同样的问题,楼主这个问题解决了吗

hu5980 avatar Nov 03 '23 08:11 hu5980