fedefrappi / AePubReader

Another ePub Reader for iPad
-
369 stars 150 forks source link

Search not working #14

Closed hdoria closed 12 years ago

hdoria commented 12 years ago

Hi,

Could explain me how can i make search work? On the original code it works fine. But i moved the searchBar and put it inside a UIPopoverController. This popover calls SearchResultsViewController. For some reason, this code never returns anything after this change:

NSString* foundHits = [webView stringByEvaluatingJavaScriptFromString:@"results"];

Any tips?