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 e143137 commit fdbb3a5Copy full SHA for fdbb3a5
WebAppWrapper/RWebViewController.m
@@ -229,6 +229,8 @@ - (void)webViewDidStartLoad:(UIWebView *)webView
229
- (void)webViewDidFinishLoad:(UIWebView *)webView
230
{
231
if (webView == self.webView) {
232
+ self.navigationItem.prompt = webView.request.URL.absoluteString;
233
+ self.navigationItem.title = [webView stringByEvaluatingJavaScriptFromString:@"document.title"];
234
[self setButtonWithLoadingStatus:NO];
235
[self refreshNavigationButtonStatus];
236
}
0 commit comments