I’m catching an url in shouldStartLoadWithRequest.
How may I know if it’s one of my project resources that is trying to be opened (for example with [self.webView loadHTMLString:htmlContentFinal baseURL:[NSURL fileURLWithPath:bundlePath]];), or something else ?
You can check if URL string starts with
file://:You can implement
-textFieldDidBeginEditingor-textFieldDidEndEditingand set some boolean properties toYES: