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

learn more… | top users | synonyms

2
votes
1answer
1k views

Autorotate video played from UIWebView to landscape mode

I have a UIWebView, filled this way : [myWebView loadHTMLString:@"<iframe src=\"http://www.youtube.com/embed/grTCDFbhKMU\" frameborder=\"0\" allowfullscreen></iframe>" baseURL:nil]; The ...
3
votes
1answer
28 views

How to get Visual/Partial Text from WebView?

Before posting this question I have searched a lot on this, however couldn't find any work around problem. I have a screen with webview, I have configured webview with following settings: 1.WebPage ...
0
votes
2answers
38 views

Change text colour in UIWebView

I am loading a Word document in a UIWebView. Can I make the text color of the document white with a black background? I use this code to add a black background, but the text color is grey (not ...
1
vote
1answer
24 views

Custom UIWebview

My app having two strings with html code . while loading html string in to UIWebView as a plain text we do as below [webView loadHTMLString:second baseURL:nil]; But now in my webview i want to ...
0
votes
1answer
29 views

UIWebView's Content color changed unexpectedly

I am using mathjax for loading the mathematical function, while i am loading the html content into the UIWebView some of the content color will br changed into blue color, But i load the same html ...
0
votes
0answers
4 views

How to add additional info to a user agent

I would like to add more information to a user agent, without affecting the functionality of the original UA. Our Android and iOS apps have webviews and uiwebviews, these should be able to display ...
0
votes
2answers
2k views
+500

Change JavaScript alert dialog title in iOS

Is it possible to change the JavaScript alert title in a UIWebview in iPhone?
3
votes
2answers
373 views

Google Maps directions as a map on iPhone

I'm working on an iPhone app that needs to display walking directions from a point, A, to another point, B, in a UIWebView that loads a Google Maps URL with the relevant parameters. Example of the ...
0
votes
0answers
121 views

UIWebview callout Actionsheet : Open action throughs EXC_BAD_ACCESS & crash

On iOS 6.0 & 6.1 I noticed that -webkit-touch-callout:none; doesn't help me in disabling the callout action sheet on tap-hold event on links loaded in UIWebview with PDF. Further, I noticed this ...
-1
votes
2answers
78 views

How do I handle return key on an iOS web view native keyboard?

In my iOS app, I have a UIWebView with text fields . I'd like to respond to the Return key being tapped. How do I do that? Can I somehow get access to the UITextField so I can implement ...
0
votes
1answer
38 views

Find input elementID of the input field that the user has selected

I have a UIWebView and have loaded a document from a server. The web document has several text input fields. How do I determine the ID or name of the field that the user has touched - selected. I ...
0
votes
0answers
17 views

Rotating only fullscreen video in iOS 6

I am trying to make my app only rotate to all rotations if it is playing a video which was clicked through from a website. I am using the following code which has the right idea but isn't quite ...
1
vote
1answer
3k views

Plug-in handled load UIWebview

I am developing an iPad application that plays videos from Internet Video Archive (IVA). I can play the IVA URL in iPad-Safari. But, I am able to get it streamed in my app. I am doing the following ...
0
votes
0answers
6 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
52 views

Method is not firing

I'm trying to hide a button only when a certain URL is being displayed in a UIWebView. This is the code I'm using to do so: - (BOOL)webView:(UIWebView *)webView ...
2
votes
1answer
16 views

how can i set background image(texture) for epub reader webview?

i wanna show a texture for my epub reader uiwebview.i done this before but now iam not able to re create that code again. i know that whatever code we have to add should add it in ...
0
votes
1answer
22 views

Search and replace Using NsRegularExpression

I am replacing a font which is in px in a string to another value. After, I replace the px in the string, I am passing it to UIWebView to display it. The problem is that after I change the px value, ...
0
votes
1answer
23 views

Caching web page in IOS using NSURLCache subclass

I subclassed NSURLCache and overriden – cachedResponseForRequest: and – storeCachedResponse:forRequest: . I am storing all the files am getting in the application's documents directory. Now, the ...
0
votes
0answers
22 views

iOS app Gmail login

I'm currently using gtm-oauth2 to login via uiWebview. Is there a way to log in using my custom view controller? And if there isn't, can I pass the username and password using my custom view ...
3
votes
1answer
68 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
0answers
10 views

Do the youtube APIs events work in a UIWebView on iOS?

Do the youtube APIs events work in a UIWebView on iOS ? For example, I've embedded a video with this code: And I've added a listener: $("#player").addEventListener("onStateChange", ...
0
votes
2answers
35 views

iOS: Activity Indicator and WebView

I have a scenario when the document takes time to download in a webview , user can press a cancel button provided in the activity indicator and can stop the downloading. I am using a different library ...
-2
votes
1answer
35 views

UIWebview frame is not resizing to it's content

I have a NSString that contains HTML tags. So for showing it correctly I'm using a UIWebview. Now I want to resize the UIWebview its frame to fit the content. I'm adding this UIWebview to a ...
0
votes
0answers
11 views

Inject local jquery to UIWebView

I have a html file like this http://www.w3schools.com/jquery/tryit.asp?filename=tryjquery_hide I want to load jquery locally. It works fine with stringByEvaluatingJavaScriptFromString to load jquery ...
1
vote
0answers
26 views

Creating a good custom emoticon chat experience on iOS

I'm trying to come up with possible implementations for what is basically an expanding UITextView with the capability of typing inline images. There are literally dozens of open source projects I've ...
0
votes
2answers
2k views

iOS: Force UIWebView to reload / prevent caching

I have an iPhone app that shows a website. This website changes it's content from time to time but my app doesn't reload it every time it is opened. I tried to prevent the caching of the site, but ...
-5
votes
1answer
70 views

iphone 5 will I have to make two xibs [duplicate]

I have to develop application for iphone 5. If I add constraints then it crashes the application in lower versions. So I am not able to use constraints. So how should I develop the screen. Will I have ...
0
votes
1answer
30 views

Checking the UIWebView's URL

So I have an image that I would like to hide only if my UIWebView is currently on a certain URL. For example, if "example1.com/cheese" was currently being displayed in my UIWebView, then I will hide ...
0
votes
0answers
18 views

Shadows on UIWebview

I have a number of UIWebView objects which are all different colours and hold text that is formatted using html. When you scroll all the way to the bottom, or pull the text from the top, there are ...
0
votes
1answer
30 views

Back Button on UIWebView

I'm trying to figure out how to create a back button that allows the user to go back one page. I read through Apple's Docs (which still go way over my head) and found out that I need to setup the ...
0
votes
1answer
19 views

css image overlays and inline block in UIwebview

On an iOS app I'm trying to list all images from the user gallery, float a clickable red x in the top left (or right) corner of each and have the display in a grid pattern, what I have here works in ...
0
votes
3answers
26 views

UIWebView corners not rounded

I am using a UIWebView for displaying some formatted text. I am using the line: sliderTextWebview.layer.cornerRadius = 10; to round the corners of the UIWebview. The corners are not rounded but if ...
0
votes
1answer
22 views

Using AFNetworking to download a pdf from the web in appdelegate and then trying to load that stored pdf in a UIWebview on another page

I am using AFNetworking to download a pdf (that will change on a weekly basis) and save it into the documents directory with this code: //Get the PDF NSURLRequest *request = [NSURLRequest ...
0
votes
0answers
7 views

UIWebView, Youtube video loading icon is not centered

I've embedded a Youtube video in the UIWebview web page with this code: <iframe name="player" id="player" src="http://www.youtube.com/embed/{$firstParsedVideo}?HD=1;rel=0;showinfo=0" width="279" ...
0
votes
0answers
10 views

Link “Watch on youtube” doesn't work from iOS UIWebView?

I've embedded a youtube iFrame to play videos in a UIWebView web page. The link "watch on youtube" doesn't work: The code is: <iframe name="player" id="player" ...
0
votes
0answers
13 views

Multiple UIWebviews - javascript processing

I have a few questions for subject I am digging for some time: Having two UIWebViews presented in one view, they load Javascript and are meant to process it. In actual state only one of them process ...
10
votes
5answers
10k views

UIWebView EXC_BAD_ACCESS crash

I'm experiencing crashes of an app that uses UIWebView. Usually it's when page is not fully loaded and UIWebView is sent stopLoading selector. Or when UIWebView fully loaded page. I've got ...
1
vote
2answers
43 views

UIWebView's property scalesPageToFit = YES not working correctly on larger images

In an iphone app i have a webview in which i want to preview some image downloaded from internet, my problem is that the some images are not viewed as to fit in the frame of webview, but most do. I ...
5
votes
7answers
17k views

UIWebview won't zoom even after setting scalesPageToFit to YES

I have a UIWebview that is loaded as a subview when a user selects a tab on a UISegmentedControl. For some reason, I can not get it to allow pinch/zooming. I set the following code in the viewDidLoad: ...
0
votes
0answers
4 views

How to create a UIWebView bookmark toolbar button programmatically?

I have a UIWebView programmatically and on the toolbar a bookmark button: UIBarButtonItem *bookmarkBtn = [[UIBarButtonItem alloc] initWithBarButtonSystemItem:UIBarButtonSystemItemBookmarks ...
1
vote
2answers
1k views

Enabling bookmarking on a UIWebView (to make shortcuts on springboard)

I wan't to add shortcuts on my springboard form my application. The way i'm following is loading a UIWebView and then trying to add a bookmark. But I can't figure out how to add the "+" button to ...
0
votes
1answer
41 views

UIWebView -> “Add to Reading list is not displaying”

I have a UIWebView and I open a website in it. The website contains lot of hyperlinks. I get an action sheet when I long-press it in Safari: Add to Reading list, Copy and Open are displaying. ...
4
votes
0answers
121 views

size mismatch while rotation ipad/iphone webview for youtube

I am working on YouTube Video playing application where i need to play videos through UIWebView its working fine when i m rotating the devices from portrait to landscape mode.But When i click The ...
2
votes
2answers
292 views

How to change dynamically UIWebView's height depending on HTML content?

I have a simple nib with few buttons and UIWebView on which I want to display some HTML. I want to change the height in UIWebView depending on HTML content. But I can't. My nib look like this: My ...
0
votes
0answers
27 views

UIWebView stack traces have wrong line number

If I have some javascript like this loaded into a web view: <script> function testError() { try { functionDoesntExist(); } catch(err) { alert(err.stack[0]); } }; ...
0
votes
1answer
30 views

Download and cache entire web page on ios

I need to download an entire webPage and store it in app's documents directory and load it from the cache the next time user visits. No matter how much I search, I always end up with ...
0
votes
1answer
11 views

Add a Webview Window to a existent iOS App that loads local stored HTML

Add a Webview Window to a existent iOS App that loads local stored HTML ... i am working on a app that loads a feed RSS and thats already done, but now the app needs a section that can be updated on a ...
1
vote
1answer
25 views

Stopping a video stream when UIViewController is closed

I have a UIViewController with a UIWebView with the URL pointing to a video on my website which loads and streams fine when the page is opened. I then have a Back button on the same page to take me ...
0
votes
1answer
19 views

Prevent UIWebView from scrolling when datepicker comes into view

I have a form and an input field of type date <input type='date'> . When the field is tapped the datepicker comes into view but the web view scrolls up automatically as the picker becomes ...
0
votes
1answer
22 views

Fast UITableViewCell with a UIWebView ?

Problem:Fast UITableViewCell with a UIWebView Using UITapGestureRecognizer achieve UIWebView click event,but when click link in UIWebView, UITapGestureRecognizer and Link event will be triggered. ...

1 2 3 4 5 112