Advertise Mobile SDKs Books Events Forum News Social Networking Support Us
Follow @iphonedevsdk on Twitter

Interface 2, Advanced iOS
Mockup & Code Gen
($9.99)

Make your own iPhone apps
and run them live!
(free)

Pic Frame Dynamo: Photo Editing
($0.99)

Abiliator
($1.99)

Want your application or service advertised on iPhone Dev SDK?

Go Back   iPhone Dev SDK Forum > iPhone SDK Development Forums > iPhone SDK Development

Reply
 
LinkBack Thread Tools Display Modes
Old 09-14-2011, 03:03 PM   #1 (permalink)
Registered Member
 
Join Date: Sep 2011
Posts: 2
kushalkh is on a distinguished road
Unhappy open modal view from webview

Hey Guys,

I have an app which adds a webview as a subview of the main UIViewController. I want to intercept the links clicked in this webview and open them in a new UIViewController (as modal view or navigationController).
For this new UIViewController, i am using https://github.com/samvermette/SVWebViewController which is an inline browser class and works pretty well.

I am able to intercept clicks from that webview just fine in webView:shouldStartLoadWithRequest:navigationType. But my problem is that it is not able to open the new UIViewController (SVWebViewController). Following is the code to intercept clicks in the webView and open it :


Code:
- (BOOL) webView:(UIWebView *)webView shouldStartLoadWithRequest:(NSURLRequest *)inRequest navigationType:(UIWebViewNavigationType)inType {

if(inType == UIWebViewNavigationTypeLinkClicked) {

NSURL *url = [inRequest URL];

NSString *fname = [url absoluteString];

SVWebViewController *webViewController = [[SVWebViewController alloc] initWithAddress:fname];

[self presentModalViewController:webViewController animated:YES];

[webViewController release];

return NO;

}

return YES;

}
There is no issue in SVWebViewController, it works fine when i call it from the main UIView but not when i use it to open clicks from the webView.

Thanks for your help!!
kushalkh is offline   Reply With Quote
Old 09-15-2011, 12:40 PM   #2 (permalink)
Registered Member
 
Join Date: Sep 2011
Posts: 2
kushalkh is on a distinguished road
Default

68 view and no comments ... Can anyone please tell if i am even on the right path.. its really important !!

Thanks!!
kushalkh is offline   Reply With Quote
Reply

Bookmarks

Tags
modal view, uiwebview, webview

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



» Advertisements
» Online Users: 403
16 members and 387 guests
7twenty7, Eclectic, eski, EvilElf, fiftysixty, HemiMG, iOS.Lover, JackReidy, jarv, Pudding, sacha1996, teebee74, tim0504, UMAD, VinceYuan, yuncarl28
Most users ever online was 1,387, 04-10-2012 at 04:21 AM.
» Stats
Members: 175,672
Threads: 94,121
Posts: 402,905
Top Poster: BrianSlick (7,990)
Welcome to our newest member, yuncarl28
Powered by vBadvanced CMPS v3.1.0

All times are GMT -5. The time now is 05:10 AM.
Powered by vBulletin® Version 3.8.0
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.0