I have an app using WebView. when the user clicks the login button from the Webview(loginpage.php).he have to redirected to my application with the login credientials.
i have tried this URL but i cant resolve my problem. http://www.iphonedevsdk.com/forum/iphone-sdk-development/41113-alert-when-leaving-webview-appstore.html
- (BOOL)webView:(UIWebView *)webView shouldStartLoadWithRequest:(NSURLRequest *)request navigationType:(UIWebViewNavigationType)navigationType {
}
Any help on this is very much appreciated!