TiExtendWeb icon indicating copy to clipboard operation
TiExtendWeb copied to clipboard

TiUIWebView extend module for iOS with Titanium 3.2 +

Results 1 TiExtendWeb issues
Sort by recently updated
recently updated
newest added

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 } ```