yagi_
Results
2
issues of
yagi_
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 } ```
Looks like Parse SDK broke backward compatibility. Formerly all you need to do is just call `PushService.setDefaultPushCallback` and add intent-filter to AndroidManifest.xml. But now you have to implement your own...