Skip to content

Commit 630d537

Browse files
committed
Example of closing webview on navigation
1 parent 2ef4bbb commit 630d537

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ The implementation of the example controller looks like follows:
136136
- (BOOL)notifyNavigation:(NSURL *)url {
137137
if([[url absoluteString] isEqualToString: @"https://example.com/"]){
138138
//Put your additional actions here..
139+
//[self.engine close];
139140
return YES;
140141
}
141142
return NO;

0 commit comments

Comments
 (0)