A class used to display web content from within an iOS application.

learn more… | top users | synonyms

-2
votes
1answer
21 views

How can i search nearest hospitals through google map sdk in IOS?

I'm searching nearest hospitals from current location in one of my iOS projects, i integrated google map key and framework in my code, but i don't know proper way to find the nearest hospital ...
0
votes
1answer
30 views

Objective C: View PDF File Link With UIWebView

I am trying to view a PDF file from a server but I only get a view in black and doesn't contain anything. Here's my code: pdfViewer = [[UIWebView alloc] initWithFrame:CGRectMake(0, 44, 768, ...
0
votes
2answers
35 views

UIWebView in UITableView reloads everytime I scroll. How do I prevent it from reloading?

Currently I have a UITableView that has a UIWebView in every cell. Each UIWebView is loading a unique embedded YouTube video. Is there a way to keep the UIWebView from reloading when scrolling. It ...
0
votes
0answers
22 views

Start animation when UIWebView is added to screen

I'm trying to start a CSS animation after my UIWebView is added to the screen, without interacting with Objective-C (I can listen for UIWebView delegate callbacks, but the UIWebview is shown as part ...
0
votes
1answer
21 views

uiwebView local file html animation problems when I change viewcontroller

Regards Hi everyone, I have several animations created with html5 canvas, these animations the'm loading into a UIWebView which are in different UIViewControllers, when I go to a UIViewController that ...
0
votes
0answers
9 views

UIToolBar appearance changing UIWebView's UIToolbar input accessory view

In AppDelegate I set appearance for all UIToolBars as: [[UIToolbar appearance] setBackgroundImage:[UIImage imageNamed:@"toolbar_bg"] forToolbarPosition:UIToolbarPositionAny ...
0
votes
2answers
13 views

Hyperlink in uitableview footer

I am using InAppSettingsKit for my settings and want to add a company hyperlink in the table view footer. I have successfully add a uiwebview in a section header (which is in the bottom of the table ...
0
votes
0answers
14 views

Embed youtube play button changes on iPhone

Hi I have UIWebView with embed youtube frame. When video is loaded I have same play button: After closing UIMoviePlayerControllerplay button changes to this: How make play button stay only red? ...
1
vote
2answers
41 views

Can't open specific URL in UIWebView

NSString *urlAddress; urlAddress = @"http://ob.carptown.net"; NSURL *url =[NSURL URLWithString:urlAddress]; NSURLRequest *requestObj = [NSURLRequest requestWithURL:url]; [page ...
1
vote
1answer
24 views

UIWebView contextual menu while displaying PDF content

In my application, I use UIWebView to display different types of files like, html, pdf, doc etc. I am customizing the contextual menu on html content, by disabling callout and using gesture ...
0
votes
2answers
32 views

Allow UIInterfaceOrientationLandscape during UIWebView video playback

My iPhone app is a portrait orientation only app and in my app I have a UITableView that has a UIWebView in the first UITableCell. The UIWebView shows an embedded youtube video. When I click on the ...
0
votes
0answers
11 views

How to render UIWebView (AdMob Banner) while UICollectionView is scrolling

I am working on integrating AdMob SDK into the app. I have banner ads as cells of the UICollectionView. I load them in the - (UICollectionViewCell *)collectionView:(UICollectionView *)cv ...
1
vote
0answers
25 views

How can I control the volume of media within a UIWebView?

I have a UIWebView that will be used to load audio and/or video and I want the volume of media contained in the UIWebView to match that of my app. How can I set the audio volume for a UIWebView?
0
votes
0answers
34 views

Disable hyperlinks in UIWebView (Twitter Widget)

I have an app using an UIWebView as a HTML page with my Twitter Timeline Widget. The html page is : <a class="twitter-timeline" data-widget-id="346805017912688641" data-theme="dark" ...
0
votes
2answers
27 views

Resize content frame in webView without modifying UIWebView frame?

How the content frame (say for example text) in UIWebView can be modified? Please check the below image which explains my requirement. In the above image, the box with yellow border is UIWebView ...
0
votes
1answer
22 views

iOS webview changing session on history navigation

I am currently loading a URL on my iOS app's UIWebView component and POSTing some data at the same time. After progressing through a few pages on the webview, the user has the option of navigating ...
0
votes
1answer
34 views

Make a UIWebview display dektop not mobile page

I'm making a simple UIWebView iOS app. In it, the website I want to display is displaying as the mobile version, when I want it to display as the full version. I have this code under viewDidLoad: ...
-1
votes
0answers
27 views

converting numbers to bullets and vice versa in UIWebView [closed]

I have used a UIWebView in which user can edit default text, add text color, font and in general edit the text and save it. There is a situation where the user selects a part of the text and applies ...
0
votes
0answers
15 views

Download PDF From WCF Rest Service /SQL Server To iOS Application

I've been trying to solve this for months, and still can get the result. I have a WCF-Rest service in C#, to publish the data from some PDF's, from SQL Server. The field of SQL Server in which is ...
0
votes
2answers
22 views

Unable to load html string in UIWebView using loadHTMLString:baseURL in iOS?

I am trying to embed youtube video into my iOS application.For that I have created a UIWebView & trying to load the Youtube video from following here I have gone through the all the answers for ...
0
votes
1answer
7 views

Open link from uiwebview into new view

I am creating an app that uses UIWebViews and was wondering if it is possible to open a link that the user clicks in the original webview in a different view?
1
vote
1answer
30 views

stringByEvaluatingJavaScriptFromString doesn't perform action

A webpage users of my app are trying to load has this link: <a href="javascript:DoSubmitScr('1B'); SetTextOption('Detailed');" id="btn_14" class="Button1" ...
0
votes
3answers
80 views

UIWebView staying blank until I hard code the URL

I am writing an App where I pass a Link as a NSString from a TableView to my DetailView. The String gets passed correctly, as I can see it in the log. The problem is, that the WebView just stays ...
0
votes
0answers
16 views

How would I create a drop-down effect in UIWebView?

In the mobile app for Wikipedia, they have a drop-down effect where if you click on the line, it opens up the content for that line and inserts it into the page. For example, lines might be Career, ...
0
votes
0answers
16 views

iOS Rotation very slow

In my app I would like the user to be able to rotate the iPhone to get to a full-screen view... Everything works fine, the only problem that I have is that performance is horrible... I have a 1-2 ...
1
vote
2answers
45 views

how to fit 255 width table in UIWebView

I am trying to view the web-page in UIWebView in iOS. Below is the link I am trying to view. http://almaktab.com/forms/flight.html The problem is width of table is 255px and when I open this in ...
1
vote
2answers
60 views

UIWebView does not load URL which works in other browsers

I have a UIWebView into which I want to load this URL https://itunes.apple.com/us/album/blurred-lines-feat.-t.i.-pharrell/id621507456. This link works on the desktop version of Chrome and Safari, ...
0
votes
0answers
55 views

UIWebView and memory management

In my app there are times when I display a UIWebView to display a web page. When I create the UIWebView it takes around 60 mb in vm. After deleting all the pointers to the UIWebView it doesn't free ...
1
vote
1answer
41 views

Anyone use CFAllocatorSetDefault succesfully in an iPhone app?

I wish to replace the default CFAllocator in my iPhone app with my own implementation. I want to control the memory allocated by the UIWebView since it seems to hold on to so much memory after loading ...
0
votes
0answers
10 views

something instead frame with working windows.close() in inner html

I have a problem - in iOS app I have UIWebView, which shows some html file, that contains adding some scripts and other html into frame element. <script type="text/javascript" ...
0
votes
1answer
42 views

TableViewCell - DetailtextLabel to call WebViewController

I'm working on RSS app, and in my last view (tableView), i would like to use the cell.detailTextlabel to call the WebViewController and open the related article in Safari. Actually I don't know if ...
1
vote
1answer
30 views

Passing Data To and From an Embedded UIWebView

I have a UIWebView embedded in my view controller like this: I have an outlet to my web view (_graphTotal) and I can successfully load the contents of test.html in it using this: [_graphTotal ...
0
votes
1answer
38 views

how to perform an action in iphone application on click in webview

I need to implement a functionality such that I have there is a login screen which sends an http request packet, gets a json response(a boolean and a routing link) and opens a webview. I have done ...
0
votes
2answers
18 views

UIWebView, embed youtube video

How to detect when play button, in embed youtube frame, pressed in UIWebView? Thanks..
0
votes
1answer
31 views

Link Navigation View Controller cell to a Web View

I have a navigation controller with multiple cells. I want to link each of the cells to a webpage in a web view. However, I don't want to create another view controller for each cell. Is it possible ...
0
votes
0answers
11 views

uiwebview youtube link opens youtube page instead of iphone player

I'm using a function to get a list of youtube results. When I click on one of the results in my uiwebview it tries to open a youtube page instead of opening up the video in the iphone movie player. ...
2
votes
1answer
50 views

UIWebView inside UITableViewCell flash white and incorrect size

this is the repo i made. https://github.com/lifesaglitch/UIWebViewFlashWhite The basic idea is: I have an expandable table view, with 2 cells: header cell and content cell. when click on header ...
0
votes
1answer
20 views

page not loading in uiwebview storyboard

I am trying to call a method from another UIViewController which takes in a string(url) as parameter and opens it in UIWebView. Below is the code of the IBAction in the UIViewController class: ...
0
votes
0answers
27 views

Like box facebook ios

I have a html page that contain only a Facebook like box. When i load the url of the page in safari, it work perfectly, but when i load it in UIWebView always i have white screen. Can some one help ...
2
votes
2answers
68 views

Loading a UIWebview when pressing a UIButton

I am developing a simple testing app for iPhone. I want to click a button to change the URL of webview, then load the new URL. Here is my code: NSString *nurl = [NSString stringWithFormat: ...
1
vote
0answers
18 views

Twitter & Facebook access to webView

I am making an iOS app in which users login to Facebook and Twitter through the iphone accounts. However, once they are logged in, if I load a Webview with a url leading to Twitter or Facebook, the ...
0
votes
1answer
25 views

iOS: Load UIWebView automatically

I have two viewControllers. In my first viewController I prepare a web address and as soon as I hit a button the second view controller should open the address in a web view. I am not sure how to load ...
0
votes
1answer
14 views

Opening ads within UIWebview?

Is it possible to open ads from either Admob or iAd ads in a UIWebview within the same app rather than in safari?? cheers
0
votes
0answers
13 views

ADFS login using UIWebView

In Safari ADFS login is working. Unfortunately using UIWebView it does not work (the credentials dialog does not appear). How can this issue be solved? Thanks for your help in advance!
-1
votes
1answer
28 views

Load only a div from website in UIWebView [closed]

I'm developing an iOS 6 app and I'd like to load only a div from a website in a UIWebVIew, just like in jquery .load(url #container). Is this possible?
0
votes
1answer
14 views

scroll div but not entire webview

Is it possible to prevent a uiwebview from scrolling around, but to also have a div that can scroll? I have a jquery navbar and want a scrollable div underneath with many images. I'd like to be able ...
1
vote
0answers
24 views

Unable to display macro enable word file in UIWebview

I'm trying to display MS office files(word,powerpoint,excel) using UIWebview some of the files have macros enable UIWebview is unable to display these files any idea why this happen? is there a way to ...
0
votes
1answer
23 views

UIWebView local Resource main bundle html file

I've tried almost every way of loading an html file into an UIWebView that has images and resouces in the main bundle. The web page always loads but I can never get the images to show up. NSString ...
0
votes
2answers
25 views

Best way to hide content from UIWebview?

I have a UIWebView into a mobile website that I run, and would like to hide some links when it's seen by the WebView--but not mobile Safari. It seems like there's several approaches to this: ...
1
vote
0answers
19 views

Video Embedded in HTML5 won't play in UIWebView

I am loading up a website that has a video embedded in the code on the 5th 'page'. This video plays just fine in the full Safari, but I'm having an issue in my app. The code for loading it is: - ...

1 2 3 4 5 114