TiExtendWeb
TiExtendWeb copied to clipboard
shouldStartLoadWithRequest called multiple times when main page has iframe
You can suppress shouldStartLoadWithRequest be called even when the main page has iframe.
if ([request.URL.absoluteString isEqualToString:request.mainDocumentURL.absoluteString]) {
// do something nice to main page
}