2
votes
1answer
15 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
35 views

iPhone phonegap image disappearing after the phone sits for some time

I am using phonegap 2.0.0 on iOS and using basically the stock image capture code. After the image is captured it is saved to the phone, the URI is saved to the database along with the rest of the ...
1
vote
0answers
20 views

Ipad with Retina Display UIWebView does not render image completely

I am experiencing a weird bug trying to display images in a UIWebView using an iPad4 and iPad3. The Background images behind the gray circle is rendered by the native part of the app, so please ignore ...
0
votes
1answer
146 views

Failed to load large image in UI Webview ios

I am working on an iPhone/iPad application. Trying to load very large image in UIImage view stored in local directory in app. Code: NSString *path = [[NSBundle mainBundle] ...
0
votes
3answers
220 views

How to show image in webview?

i am trying to show image in webview.but i don't know why my image is not shown in webveiw.here is my code. -(void)pInterest { UIImage *myImage; myImage=imgView.image; WebViewController ...
0
votes
0answers
22 views

Is it possible to show an Indicator for image anchors <img></img> on UIWebView?

I use a UIWebView to show stored information to my user. I would like to use some image links inside but I do need to let the user know that these are images. So for one, maybe I could border them out ...
0
votes
0answers
79 views

Xcode: add image on uiwebview

I was wondering if there is a way to out an image on a PDF file (opened in a webView) I have a PDF map and I would like to indicate a particularly point of the map with a pin - an image. Now I solved ...
1
vote
1answer
109 views

HTML image positioning

I'm trying to create a html document to be shown on iphone and ipad. It's a simple one but I've some problems with the image position and I'm not sure if I should use relative or absolute position. ...
0
votes
1answer
573 views

Save image from UIWebView to camera roll with gesture

Hi I am a little stuck saving an image, I have constructed a gesture and followed a tutorial but am a little stuck with the final part of actually saving the image. Any help would be gratefully ...
0
votes
2answers
164 views

iOS - UIWebView loading an image located in the tmp folder

I have an image file saved in the application's temp folder, say IMG.png. I am injecting an HTML string into a UIWebView using: NSString *HTML = [NSString stringWithFormat: ...
1
vote
0answers
178 views

How to block image loading for uiwebview

I want to use uiwebview to load www.youku.com. But, i only want to load the plain text without images. On the other word, i want to block images for uiwebview. I have checked ...
1
vote
1answer
162 views

Improving UIWebview loading performances

In my iPhone app, I'm using a UIwebview to execute javascript only. The webview is always hidden, no interaction required. I'm searching for tips to improve load time so my app can become more ...
2
votes
0answers
195 views

phoneGap - iOS - images OK with wifi, but not loaded using 3G (work fine using safari)

I'm encountering a strange behavior - the (remotely hosted) images of my app are not showing up only in this situation: loaded using 3G on an iPhone using phonegap The images load okay when: I ...
0
votes
0answers
349 views

How to cache images in UIWebView

I'm making an app in which there is foundamentally a UIWebView that loads the real webapp. My problem is that the UIWebView doesn't cache images. In fact after the html arrived, the images rests blank ...
0
votes
1answer
63 views

image of part of uiwebview

I have a question, I get a screenshot of an uiwebview with this code: UIGraphicsBeginImageContextWithOptions(self.myWebView.bounds.size, self.myWebView.opaque, 0.0); [self.myWebView.layer ...
1
vote
0answers
147 views

Offline UIWebView viewing old images

I have created a UIWebView that runs offline in an iOS app. I'm utilizing a certain javascript library to display virtual tours and that is why I need to use UIWebView. I'm now having an issue upon ...
0
votes
1answer
97 views

UIWebView not display images contained on the web site properly

I'm using iOS 6. My application open a seperate view which has an UIWebView. But the problem is images are included on the web site are cut off. What is the reason for this and how I can solve this ...
0
votes
2answers
673 views

UIWebView, enable touch hold save image, like in mobile Safari

I'd like to enable Save Image and Copy when a user touch-holds an image in a UIWebView in my app. Is there a property that will enable this or will I need to write some special methods to accomplish ...
1
vote
0answers
129 views

uiwebview webViewDidFinishLoad called before images show up

i have some local images in a local html file, which I am loading using [webView loadHTMLString:htmlContent baseURL:baseURL]; . The page shows up, and a second later the images appear on it, which is ...
1
vote
1answer
97 views

Showing images in ios webView not working

Im having some problems with showing an imagelink on ios webbView. What's happening is that I've put down a webView in my xib file and connected it with outlet but i stil can't get the image to show ...
0
votes
3answers
147 views

Save one page of UIScrollView to image

I have an UIWebView. After loading data to UIWebView, my UIWebView can scroll horizontally, and i enable paging for my scrollView in web view. My question is: is there any way to save a ...
5
votes
2answers
295 views

UIWebView images in application documents folder not refreshing

I have a UIWebView where I display dynamically generated HTML via [_webView loadHTMLString:htmlString baseURL:applicationDocumentsDirectory]; The HTML contains images such as <img ...
0
votes
0answers
107 views

ios uiwebview call js to insert image tag programmingly

I call javascript from native by stringByEvaluatingJavaScriptFromString to insert image tag. I can see the image tag's border, but it in most of time cant load its src(no matter src is remote or ...
1
vote
2answers
315 views

UIWebView loading a local image that gets overwritten but it doesn't refresh

My problem is this I'm loading an html string into an UIWebView, in which i'm referencing a local image from my application's Documents folder. <html><body><img ...
0
votes
1answer
540 views

Xcode Load Image in UIWebView

Desperately trying to figue out how to load a local image (saved in local xcode bundle) into the following HTML through a UIWebView. I have spent countless hours following other guides but nothing ...
0
votes
1answer
2k views

Xcode: WebView & local HTML with images

I am trying to load an html file with a folder containing images, in a webView. I followed different tutorials without successfully loading the images. The latest tutorial i saw uses the code above: ...
0
votes
1answer
123 views

How to strech .svg format images in UIWebView? [closed]

I am able to display .svg format images in UIWebView. But when I tried to resize the UIWebView the image is not streched accordingly. So, please help me.
0
votes
0answers
141 views

Displaying HTML page with images from server in iphone

I am trying to fetch html page from server with image. First i fetch image and then html then replace there image path in html to document directory, but then also its not showing the image. I could ...
0
votes
2answers
817 views

UIWebView has a delay when the load image from url

I have problem with UIWebView delay when the load image from url. In my code are lines to load local html file: NSBundle *thisBundle = [NSBundle mainBundle]; NSString *path = [thisBundle ...
0
votes
2answers
155 views

How to export/save web pages to/as image?

I try to export web pages to image in order to share it to some social network which not allow to input too many words. When I try to render the layer of scrollview of UIWebview to the current context ...
3
votes
3answers
591 views

img src with large image size on UIWebView taking time to load and sometimes crashes

I display html string on UIWebview, and html string comes from server. In html which I retrieved from server, is having 10 images which are large sized with src attribute. those images total size is ...
0
votes
0answers
54 views

Any way for embedding image in text without using UIWebView

There are cases where we want to embed image in text. And UIWebView is easy to implement it with css style. But I think UIWebView is just too heavy for this job, so any alternative way?
2
votes
1answer
147 views

iOS: Couldn't link HTML string loaded from sqlite db with images in bundl

How to link HTML string loaded from sqlite db with images stored in bundle [self.wbvuContents loadHTMLString:self.page baseURL:nil]; self.page may be as the following: <html> <body> ...
0
votes
2answers
328 views

Force All Image<img> on UIwebview Display In Progressive Mode

Is there have any way to do this ? I am trying load some local file in the UIwebview, if the content include Image, loadHTMLString is taking much longer to finish page loading just because have to ...
0
votes
1answer
582 views

UIWebView is blank and it's not loading an image from Resources

I'm using this code to display an image in an UIWebView: -(void)showImageWithLoadRequest{ NSString *path = [[NSBundle mainBundle] pathForResource:@"accent" ofType:@"png"]; NSURL *imageUrl = ...
0
votes
0answers
360 views

Is there a way to retrieve an image from the NSURLCache?

When a UIWebView loads a request the normal way it will most likely cache it, including it's images. I would like people to select the images to store in their Camera Roll. At this point I can detect ...
3
votes
1answer
1k views

Adjusting font size and image in UIWebView iOs

I am interested in displaying the following URL in a UIWebView: https://mlogin.yahoo.com/ The trouble is that this page renders too large on an iPad. You can try opening the URL in Safari (on an ...
1
vote
1answer
2k views

screenshot uiwebview content

I want to do a screenshot of a UIWebView, I use this code Code: UIGraphicsBeginImageContext(self.vistaWeb.bounds.size); [vistaWeb.layer renderInContext:UIGraphicsGetCurrentContext()]; UIImage ...
0
votes
2answers
358 views

Why is local image turned 90 degrees on UIWebView

I have an application that is set in landscape mode because of the content it contains. One of the things I want to do is take a picture of a piece of paper. I present the UIImagePickerController ...
0
votes
1answer
3k views

Load image in local HTML file — UIWebView

I load a local HTML file in a UIWebView like so: [webView loadRequest:[NSURLRequest requestWithURL:[NSURL fileURLWithPath:[[NSBundle mainBundle] pathForResource:@"index" ...
26
votes
3answers
10k views

iOS WebView remote html with local image files

Similar questions have been asked before, but I could never find a solution. Here is my situation - my UIWebView loads a remote html page. The images used in the web pages are known at build time. In ...
2
votes
1answer
725 views

UIWebView not displaying images in SVG

I have local HTML files that I'm displaying with a UIWebView. Everything is displaying fine, except images embedded in a svg-tags, like such: <body> <div> <svg ...
0
votes
1answer
563 views

Unable to see any local or remote images in UIWebView when loadHTMLString is used to load page

No matter what I try, the only way I can see any images in my UIWebView, is if I load a page using loadRequest. loadHTMLString will load everything except for images. I have tried using all the ...
0
votes
0answers
485 views

Slow UIWebView when loading image intensive webpage

I am just loading a webpage using the following code: [webView loadRequest:[NSURLRequest requestWithURL: [NSURL URLWithString:[self webURL]]]]; But, once the images load, it ...
0
votes
2answers
863 views

UIWebview can not display some large size image?

what's biggest size image can UIWebview handle? the origin image size is: width 700 pixels, height 6900 pixels, And uiwebview display nothing.
-1
votes
1answer
362 views

How to display images in the uiwebview

I am implementing a UIWebView. In that I just need to display an iamges. But I am not able to do it. Please check out my code, and please let me know does I make any mistake. NSString ...
1
vote
0answers
798 views

uiwebview zoom and image width issue

I use UIWebView to load html constructed from strings. Please see the code below. I have 2 possibly related problems: limited zooming: it stops zooming after a scale ~2, but I would like the user ...
2
votes
2answers
1k views

Displaying a linked image (<img src=…/>) in a UIWebView on iPhone not working

I'm having trouble displaying an image in a UIWebView. I retrieve html content from a feed. In this content there is a <img src=.../> tag. Loading this content into a UIWebview, the image ...
7
votes
2answers
5k views

Using Retina images in a local UIWebView

For some reason, I cannot get a UIWebView to "play nice" with my new Retina images. The issue, step-by-step: I am loading a series of HTML help files out of the bundle. My code loads different HTML ...
6
votes
3answers
4k views

High Resolution images in a uiwebview

I have a webview that displays an image, as shown in the code below. The bundle also has a DGT64@2x.png with dimensions of 128x128 for use on the iPhone4. The DGT64@2x.png never shows. Is there a ...

1 2