The uiwebviewdelegate tag has no wiki summary.
0
votes
0answers
25 views
ios - How do I get token from Google,Yahoo?
I'm new to iPhone development,I'm trying to get access token from Google,I load the data(Google,Yahoo,Facebook) from JSON url in UITableview,once I click the Google it redirects to UIWebview(Gmail ...
0
votes
1answer
23 views
Linking button to another viewcontroll (uiwebview)
can anyone help? I have two different view controllers in my storyboard. First controller has buttons which I want to connect to a second controller which is a uiwebview, for it to open a website, I ...
1
vote
2answers
42 views
ios - How to append javascript with HTML content?
I'm trying to get access token,I'm following this link to get that,but some condition fails,I think am not properly append the javascript with HTML content.
- ...
0
votes
1answer
44 views
ios - How to declare setToken method?
I'm trying to get access token from Google,Yahoo.But I'm getting an error like WACloudAccessControlClient may not respond to setToken.How to declare setToken method here.
-(BOOL)webView:(UIWebView ...
0
votes
1answer
45 views
webViewDidFinishLoad not calling when having javascript content in webpage
I'm using UIWebView in a project. Sometimes it doesn't call the webViewDidFinishLoad method. Because the web page have some javascripts. The method
- (BOOL) webView: (UIWebView *) webView ...
0
votes
1answer
46 views
How do I detect an authentication challenge from a UIWebView?
I've seen many questions that ask (and answer) how to supply credentials when you know beforehand that the request requires them.
When I load a site that requests an authentication challenge, ...
3
votes
0answers
59 views
UIWebView - PDF HyperLink's crash
I have a UIWebView and I open a PDF in it. The PDF contains lot of hyper link's, I get a action sheet when I long press it.On pressing the open button in the action sheet and if the hyperlink is a ...
0
votes
2answers
64 views
disable forward & back buttons in UIWebViews under iOS
I have a problem with WebViews.
I would like to enable and disable the back and forward button based on web surfing safari as does for example.
Here's a link to demonstrate what I started doing: ...
2
votes
4answers
95 views
ios - UIWebView DidFinishLoad not being called
I have a UIWebView that works ok. The delegate is working. When I open a URL, events shouldStartLoadWithRequest and webViewDidFinishLoad are fired.
But when for example I click on a Google search ...
0
votes
1answer
70 views
UIWebView enable/disable back/forward buttons
On the iPad I get weird situations with enabling and disabling the back/forward buttons. When web view starts and finishes the load, I check to enable/disable them based on canGoBack and canGoForward. ...
0
votes
2answers
68 views
Get JavaScript command executed while tap on UIWebView
I need to get or capture the JavaScript command executed when I tap on a button or a menu into a web from UIWebView
I don't know wich functtion uses a site to upload a file so I need to capture it.
...
0
votes
0answers
34 views
touch handling inside another view
I assume my problem is an easy one but currently I have some difficulties.
I want to use a ViewOne as touch-input view - for example an UIImageView
and another view that will handle and use all those ...
0
votes
0answers
42 views
iOS WebSafeForwarder forwardInvocation crashes
We have a Cordova/Phonegap (2.X) application which crashes sometimes on application startup.
The different errors are:
-[__NSCFDictionary removeFromSuperlayer]: unrecognized selector sent to ...
1
vote
0answers
116 views
UIWebViewDelegate: webViewDidFinishLoad not called during in-page navigation
I have an app where users can navigate a pile of locally stored HTML files. I have a UIWebView, configured up correctly as a UIWebViewDelegate. Usually, when the user follows a link, ...
0
votes
1answer
39 views
Loading links from with uiwebview into customized webview
I am working with UIWebView for first time and need some help:
In the detailed view of my app, I open a url into a webview and embed the webview into my detailed view(which is a uiview). Now the ...
-1
votes
1answer
56 views
UIWebView doesnt load URL , iOS
I am trying to load a URL when my app starts.
I dragged an UIWebView Object , on my .nib , i created a property outlet , i connected it to the webview and in my view controller i place the following ...
1
vote
1answer
83 views
UIWebView webViewDidStartLoad Sometimes Not Firing
I have a UIWebView in my view controller and have set its delegate to the view controller via code (i.e. not through IB). I have also setup the appropriate delegate methods: ...
3
votes
2answers
109 views
webViewDidFinishLoad is not fired when I use goBack
I want to do some extra work after the webpage is loaded, so I add some code in webViewDidFinished, but it seems in this situation it's not working.
Situation:I visit a web page with UIWebview then ...
0
votes
0answers
23 views
Webview Opens Link in safari not in uiwebview
When Running the app it loads then loads the app in safari. How would I make the page load in the Ui webview and have the external links in the webview open in safari?
Here is some of the Code of The ...
1
vote
2answers
82 views
iOS gets UIWebView title and checks if it contains a string, but the if only occurs once
Ok, so the following code gets the title of a page loaded in a UIWebView and then checks to see if the title contains the word "table". If it does then it unhides the toolbar. If it doesn't then it ...
0
votes
1answer
152 views
UIWebView back button implementation issue
i have implemented a web browser in my application by using uiwebview , by default i am loading google page in my browser , when my searching something in my google page ,the uiwebviewdelegate's ...
1
vote
3answers
89 views
How to call a function after UIWebView shouldStartLoadingWithRequest method call is finished?
How to call a function after UIWebView shouldStartLoadingWithRequest method is finished executing in iOS?
I dont want to use performselector:afterdelay because that may not give accurate result while ...
0
votes
2answers
52 views
Bool web view function not working as planned
Basically, what I want is a function that executes this function [self.navigationController popViewControllerAnimated:YES]; when a certain button is pressed and if you are on a Google page. But the ...
2
votes
1answer
101 views
iOS UIWebView page load observability
I would like to know for sure, when a page load is finished in UIWebView. I am aware of the "refcounting" approach between didStartLoad/didFinishLoad outlined in here and it kinda-sorta works for me, ...
0
votes
0answers
58 views
UIWebView URL Address Issue
I am getting url address from uiwebview. It first times gives the correct url i.e "http://www.google.com/" then it comes in the same method and appends /blank.html giving ...
0
votes
1answer
351 views
How to use shouldStartLoadWithRequest method of UIWebView Delegate
I need to remove the hyperlinks from the URL shown in UIWebView and I have looked at this question: Removing hyper links from a URL shown in UIWebView.
I know I need to use this method:
- ...
1
vote
3answers
96 views
Get updated url from uiwebview
I have a uiwebview I open http://google.com in it. Then I type something in google search bar and search for something. I want to get that updated url that is generated as a result of my search on ...
0
votes
1answer
71 views
UIWebView's loadHTMLString: occasionally taking 10+ seconds to load
I have a UIWebView that loads a page (that includes several external css and js files) via loadHTMLString. When I am NOT on wifi, it sometimes takes 10+ seconds to render the html page. I don't know ...
0
votes
0answers
83 views
Different response from UIWebView in iPad and iPhone
I am trying to load a protected docx file in UIWebView.
In iPad webViewDidFinishLoad gets fired with OfficeImport error. But in iPhone neither webViewDidFinishLoad nor didFailLoadWithError gets ...
-2
votes
1answer
87 views
Hiding elements from UIWebView
I have a UIWebView in which I load a NSURLRequest. I do not have full control over the html for the page shown but I do know it will contain an element which has an id I happen to know beforehand. ...
1
vote
1answer
245 views
how to disable hyperlink and copy/paste menu on iOS and webviewdidfinishload not called
I'm trying to disable hyperlink and copy/paste menu on iOS UIwebview
so I googled and there were a lot of answers.
then I encountered with another problem 'webviewdidfinishload not called'
so I add my ...
0
votes
0answers
71 views
How to avoid long press for UIWebView
I am providing long press in UIWebView then selecting the text. After selection it is showing me default popover. But instead of long press, how can i directly select the text and after selection i ...
1
vote
2answers
152 views
uiwebview not loading request even with delegate = self
I have created a NSObject class and included , in the init i create a uiwebview set the delegate to self and send the load request.
For some reason webViewDidFinishLoad or didFailLoadWithError never ...
0
votes
1answer
284 views
iOS Sharing cookies across different UIWebViews
Is it possible to share cookies across two different UIWebView instances. What I am trying is in an UIWebView I load a request and in the shouldStartLoadWithRequest delegate method I check whether the ...
1
vote
3answers
216 views
Listen to all requests from UIWebView
I can intercept the initial load request from a UIWebView with:
(BOOL)webView:(UIWebView *)webView shouldStartLoadWithRequest:(NSURLRequest *)request ...
2
votes
1answer
566 views
UIWebView not go to didFailLoadWithError when webLink not found?
I use UIWebView to load web from a webLink and UIWebViewDelegate to control error state:
[webView loadRequest:[NSURLRequest requestWithURL:[NSURL URLWithString:webLink]]];
- ...
0
votes
0answers
41 views
UIPopover TableView and WebView incorrect Implementation
Hi Thanks for Looking at this
Ok my problem it this what is the best way to implement a webView (iPad Full Screen) then a popover with buttons, then you press one of the buttons the webView loads ...
0
votes
1answer
83 views
Setting a webview delegate for a segue controller?
I have two view controllers connected by a modal segue. The destination controller also has a UIWebView.
Reading the docs I would like to elect the first controller to be responsible for dismissing ...
0
votes
1answer
207 views
UIWebView inside UICollectionViewCell does not call Delegate Method
I am currently embedding a UIWebView inside a UICollectionViewCell to be able to view HTML formatted text residing in my local data structure.
I know it has been stated many times one should not ...
0
votes
0answers
37 views
Detecting Numbers in UIWebview
I am working on project, I am displaying a html page in UIWebview, I am using below code to block numbers displying as phone number
(void)webViewDidStartLoad:(UIWebView *)webView
{
...
1
vote
2answers
211 views
Solved: UIWebViewDelegate functions have not been called
.h file:
@interface MyView: UIViewController <UIWebViewDelegate> {
UIWebView *webView;
}
.m file:
-(void)viewDidLoad {
CGRect webFrame = [[UIScreen mainScreen] applicationFrame];
...
0
votes
1answer
100 views
How to make UIWebView Blank when its already loaded once?
I am allocating and initializing the UIWebView in the viewDidLoad and I am loading the webview in the viewDidAppear.
So i want to clear the contents the UIWebView once its loaded by clicking a ...
0
votes
1answer
325 views
ios : UIWebview and its delegate methods in same class not working
I want to open links of uiwebview in to the safari browser my code is working perfectly if I implement shouldStartLoadWithRequest method in viewController but when I implement ...
1
vote
2answers
252 views
UIWebView - Load local audio file into html via UIWebView
I am trying to send the path of a LOCAL mp3 file to javascript and from there creating an audio tag populated with the source. When I try this however, I am presented with a "cannot play audio file" ...
0
votes
1answer
193 views
Hyperlink click method in UIWebview
I have one UIWebView in my iphone app and I have to detect on click method whenever user will click on any hyperlink.
I want to call one method when user will click on hyper link I know about the ...
1
vote
1answer
183 views
UIWebView loading some black screen in the right side of Landscape View
I am facing this weird problem not in a normal behavior. I am loading the images from a url in the web-view. If I change the Orientation from portrait to landscape and landscape to portrait no ...
0
votes
1answer
63 views
Crash when closing PDF in uiwebview
Im opening a PDF from the button hulp
This is the code:
-(IBAction)hulp;
{
NSString *path = [[NSBundle mainBundle] pathForResource:@"Handleiding" ofType:@"pdf"];
NSURL *targetURL = [NSURL ...
0
votes
1answer
442 views
iOS - UIWebViewDelegate intercept javascript calls
I'm using pretty much the this process oulined here to allow javascript to call objective c from my iPad app:
http://www.stevesaxon.me/posts/2011/window-external-notify-in-ios-uiwebview/
My ...
1
vote
2answers
413 views
0
votes
1answer
475 views
UIWebView loads HTML from local file but fails occasionally
I've come across many ways to load and reload the content of a UIWebView from a local html file but it seems like the issue I have keeps coming back.
On my project I have a webView that dynamically ...


