(BOOL)webView:(UIWebView *)webView shouldStartLoadWithRequest:(NSURLRequest *)request1 navigationType:(UIWebViewNavigationType)navigationType
{
NSString *requestString = [[request1 URL] absoluteString];
NSString *exchangeProtocol = @"xxxxxx:xxx";
......
}
客户端和页面商定好,客户端用上面的方法 获取到按钮事件 也就是一个跳转的链接之类 判断一下 客户端可以自行处理下面的事