We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ef4bbb commit 630d537Copy full SHA for 630d537
README.md
@@ -136,6 +136,7 @@ The implementation of the example controller looks like follows:
136
- (BOOL)notifyNavigation:(NSURL *)url {
137
if([[url absoluteString] isEqualToString: @"https://example.com/"]){
138
//Put your additional actions here..
139
+ //[self.engine close];
140
return YES;
141
}
142
return NO;
0 commit comments