0
votes
0answers
24 views

How to use Access token or Api key in url for search people in google plus

I am developing iOS application and i want to use access token in url to search people in google plus in UIWebview. How can i do that. Code for that is as below: - ...
0
votes
0answers
29 views

uiwebview SoundCloud embed frame won't play unless you click play twice

I have a webview that its loading a SoundCloud embedded frame to load an HTML 5 audio player. Everything works great except I have to click the play button twice before it plays. I'm not sure if this ...
0
votes
3answers
43 views

Segue passing uiimage and open in UIwebview

I would like to passing a uiimage from one view to another view which contains a uiwebview. So that i can allow easy interaction and gestures on the image. But i have no idea how to code in the ...
2
votes
0answers
90 views

UIWebview resize height to fit content

I know this has been asked many times but I can not get it to work. In short my UIWebview pulls in some HTML which has a none fixed height (width always the same), I just want the height to change ...
0
votes
1answer
27 views

How make background circlular fade

I'm not sure what it's called, I have UIView with UIWebView in it, and I want make it exactly as the screen shot below while UIWebView is loading. Can anybody help me with that? Thanks
0
votes
1answer
72 views

UITableView prepareForSegue not pushing to UIWebView

I'm trying to push from WebListViewController to WebPageViewController, so when a cell is pressed it will push to a UIWebView to show the web article associated with it. But I just can't get it ...
-1
votes
1answer
58 views

This class is not key value?

I´m really new in IOS programming with XCode 4.2. I already have a project (my 1st) with different functions, included UIWebView, and it works! Untill.. i tryed to add an alert when no network is ...
0
votes
0answers
19 views

Presenting new WebView on swipe

I have created a project for left and right swipe. I have a webview in my view controller which loads different links when I am swiping left or right. I have done little animations using ...
0
votes
1answer
43 views

How to show address bar in Webview

I have a uiwebview Here is the code: - (void)viewDidLoad { [super viewDidLoad]; NSString *fullURL = @"https://facebook.com"; NSURL *url = [NSURL URLWithString:fullURL]; NSURLRequest ...
0
votes
1answer
33 views

HTML links that exit UIWebView

I have my application iPhone Validated by Apple. I have a UIWebView and I want to exit this UIWebView to go to Safari using HTML links but it's not working. Please i Need Help
1
vote
2answers
103 views

UIWebView load on the server HTML, how to load local images?

Here is loaded HTML code UIWebView *webView = [[UIWebView alloc]initWithFrame:CGRectMake(0, 0, self.view.frame.size.width, self.view.frame.size.height)]; [[NSBundle mainBundle] pathForResource:@"111" ...
0
votes
1answer
189 views

iOS: Adjust Height of UIWebView - Strange Behaviour

I have a question. In Xcode I have a ViewController with embed View > ScrollView and inside of the Scrollview is a UIWebView. The application reads some XML data und paste formatted text into the ...
1
vote
0answers
42 views

Handling large excel files in UIWebView

I have an iPad app that downloads excel files using an NSURLConnection and then renders the downloaded file in a UIWebView. The implementation works fine for smaller sized files but increasingly ...
1
vote
1answer
59 views

UIWebView login form (iPad app)

Ive been pulling my hair out for the last week on this now, and still not getting any closer. Im building an app for my university project, where it combines all the services into one, (Blackboard, ...
0
votes
1answer
67 views

Pass information from popover table to a web view

I'm using a ViewController with Button for PopOverView, inside a Popover View I load a Table created only by code and never a TableController in my storyboard. So I can use the pop-over, I see a ...

1 2 3 4 5 35
15 30 50 per page