A class used to display web content from within an iOS application.
0
votes
2answers
14 views
Determine UIWebView height based on dynamic local content, within a variable height TableViewCell
Okay, so I know this question has been asked and asked. There are many good suggestions, but I cannot get this to work as expected. I am trying to create a tableview cell that can dynamically set its ...
0
votes
3answers
2k views
+500
Change JavaScript alert dialog title in iOS
Is it possible to change the JavaScript alert title in a UIWebview in iPhone?
0
votes
1answer
40 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
12 views
auto-refresh on incoming feed in UIWebview
I wrote a simple "single-view" app, in which I load a webpage in UIWebView.
If I am not doing something wrong, UIWebView does not by default auto-updates itself upon url data change. For example, if ...
-1
votes
0answers
9 views
Open URLs with typedef enum?
little question :
is it possible to open URLs with typedef enum ?
If I have this kind of enum :
typedef enum {
type1 = 0,
type2 = 1,
type3 = 2,
type4 = 3,
} type;
What can I do to ...
0
votes
0answers
5 views
How to load an array in UIWebView in Xcode 4.6 by using HTMLString?
hello friends i am new to iPhone please do help me.And my question is how to load this array in UIWebView?
(void)viewDidLoad
{
[super viewDidLoad];
first_heading = [[NSArray alloc] ...
0
votes
0answers
7 views
full screen button stops movie in UIWebview on iPad
I have a movie on a web server that is accessed and watched through a UIWebView in the app. It all works great but if I click the Fullscreen button the movie appears to expand outside of the web view ...
0
votes
0answers
7 views
UiwebView resize based on content
Am creating a UIWebView like this
self.webView = [[UIWebView alloc] initWithFrame:CGRectMake(0, 0, 320, 300)];
NSString *s=[arrayWithTwoStrings objectAtIndex:0];
[self.webView ...
0
votes
1answer
8 views
UIWebview crashing if pdf doc greater than 2 mb
I have a webview which loads pdf documents. If the document size is greater than 2 MB, memory warning is received and app is crashing. Is there any limit on the size of the pdf document?
Please ...
0
votes
1answer
325 views
UIWebView verticalAlign = 'middle' does not work
i want to let the content of UIWebView to align center and middle, i use this :
NSString *bodyStyle = @"document.getElementsByTagName('body')[0].style.verticalAlign = 'middle';";
...
35
votes
3answers
16k views
UIWebView background is set to Clear Color, but it is not transparent
I'm developing an iOS 4 application using iOS SDK latest version and XCode 4.2.
I have a XIB with a UIWebView with Alpha = 1.0, Background set to Clear Color and Opaque is not set. On this XIB I ...
0
votes
1answer
1k views
How to display html content on UIWebView IOS
I have a form sheet segue that should display hard-coded html page.
Now I have a two part problem first problem is
<CENTER><H1>A Simple Sample Web Page</H1><H4>By ...
0
votes
2answers
3k views
How to center the contents of a UIWebView on the iPhone
I have a map image in a UIWebView. It default loads in the top left hand corner. I would like it to initialize in the center of the UIWebView.
Does anyone know how to do this?
Thanks!
0
votes
1answer
30 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
1answer
223 views
iOS: Show PDF in WebView
I´m trying to show a pdf in a webview, but the webview is always white / blank.
if i log the path from the local file, it can be logged, so the file is there..
Here is my code:
NSString *path = ...
1
vote
1answer
523 views
Rendering UIWebView as Image/PDF Has Visual Artifacts
I'm rendering a UIWebView's layer into a graphics context and then using the UIGraphicsBeginPDFPageWithInfo() family of functions to include it in a PDF.
My problem is that the output includes an ...
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
29 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
41 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
26 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
0answers
5 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 ...
3
votes
2answers
378 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
0answers
19 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
8 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
53 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
18 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
23 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
24 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
24 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
69 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
36 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
27 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
24 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
8 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
15 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 ...






