A class used to display web content from within an iOS application.
5
votes
0answers
231 views
Quick Look and UIWebView supported file types
Is there an updated list of file types that can be displayed using UIWebView that ships with iOS 6.0? I am aware of the Apple doc and an earlier question on here about this topic. However, both are ...
4
votes
0answers
512 views
UIWebView and client certificates on iOS 6
I'm trying to browse a secure web site (using a client certificate) via an UIWebView.
I'm using this example: Client certificate authentication in UIWebView iOS
It doesn't seems to work on iOS 6. I ...
4
votes
0answers
120 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 ...
4
votes
0answers
218 views
Memory leak in Font Glyph / UIWebView
I just found that when UIwebview get dealloc-ed, most of the memory it used doesn't get totally recycled. After doing some profile, i found most of the still alive memory are Font glyph cache(the ...
4
votes
0answers
708 views
UIWebView intermittently denied access to html5 database storage
I have an iphone app that enables users to login via a native UIView on ios, that then fires up a UIWebView to display the main content. The webapp uses database storage to retain some of the content ...
3
votes
0answers
64 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 ...
3
votes
0answers
125 views
SVG drawn offscreen is clipped on iPhone UIWebview
I am currently developing an iPhone application using PhoneGap. Inside this application I use SVG images a lot.
I load up these SVG images inside HTML <object> tags in order to pass parameters ...
3
votes
0answers
126 views
Can KIF target UIWebView components?
Is it possible to target UIWebView components in KIF testing?
I've managed to get limited functionality by using stepToTapScreenAtPoint but there are major issues when the target content is "below ...
3
votes
0answers
197 views
Opening a link from a UITextView in a UIWebView in another ViewController
Ok so the project that I'm working on has a twitter feed that I put into a table I put the main part of the tweet in a UITextView. I want it to be able to open links in the text in a UIWebView. I ...
3
votes
0answers
144 views
Viewing encrypted data with UIWebView
i am making a file browser (for any file type openable by UIWebView - images, movies, audio, text, word...), which deals with encrypted files
the problem is, what aim doing right now, is to i decrypt ...
3
votes
0answers
815 views
UIWebView content height not accurate in scrollview.contentsize
I am trying to scroll to a particular page in a pdf document I have loaded in a UIWebView. I am able to do this without a problem in iOS 5 using:
pageHeight = webView.scrollView.contentSize.height / ...
3
votes
0answers
328 views
strange WebKit Error in UIWebView - can this be catched?
I'm loading some HTML / JS from a subdirectory of my documents directory on iPad into a UIWebView. Everything works fine so far. For debugging the JS - Part i've put some alert(..); statements in the ...
3
votes
0answers
218 views
how to confine a UIWebView to a specific facebook user page
I'm creating a UIWebView to load a facebook page of a specific:
NSString *urlAddress = [NSString stringWithFormat:@"http://www.facebook.com/%@",self.userID];
//Create a URL object.
NSURL *url = ...
3
votes
0answers
2k views
Massive UIWebView Memory Leak
Successive calls to
[self.webView loadHTMLString:[_detailItem htmlText] baseURL:nil];
were causing my memory usage to explode on iPad iOS 4.3 (device). Simply commenting out that line fixed the ...
2
votes
0answers
18 views
Disable & enable auto-correct dynamically in the same html text area
I'm trying to build a twitter like autocomplete and am having trouble disabling autocorrect dynamically.
Essentially what I'm trying to do is have auto-correct="off" when someone hits # and ...
2
votes
0answers
32 views
Having separate cookie storage for two UIWebView?
Background
I am developing a simple iPad application that allow the user to browse the same website with different logins at the same time. Therefore I have two UIWebView and they should have ...
2
votes
0answers
13 views
CX innovatory storage integration in iphone
I'm developing an iPhone app where I'm integrating CX cloud storage so that I can store images and audio files. I"m trying to load login page on UIWebView but its giving me error.
here is my code
...
2
votes
0answers
31 views
Memory management for webview content (Image data from script)
How to manage memory for the webview content? Creating Sample that uses the tab bar with webviews each loads html Google image search results. Its known that app running out of memory, I received ...
2
votes
0answers
175 views
Preventing UIWebView to allocate memory indefinitely (NSURLCache apparently not working)
I have been trying to understand how the UIWebView cache works. Since my goal is to be able to manage the memory allocated by the UIWebView (at least, as much as possible), to avoid memory raising ...
2
votes
0answers
153 views
An editable UIwebview in an UIScrollView. Issue with scrolling
I have an editable UIWebView into an UIScrollView.
I disabled the scrollview and the bounces on the UIWebView to only rely on the UIScrollView' scrollview.
Each 0.1 second, I have a Timer which ...
2
votes
0answers
104 views
Use javascript to login via webview
I'm trying to get text that has been entered into a text field to fill out the "username" and "password" field in a webview when you hit the login button.
This thread helped me a lot and it works ...
2
votes
0answers
87 views
Get SSL certificate info - UIWebview
How can i get the certificate info?
I'm using Uiwebview and need to get the certificate information for some reason ,
I can't find way to do this ..
Thanks :)
2
votes
0answers
109 views
Strange UIWebView Bug/Behavior
We have a UIWebView in our app, displaying HTML data loaded from memory (not a file). We are experiencing some very strange bug/behavior. Some pages take very long time to render (1-2 minutes). We ...
2
votes
0answers
388 views
Android webview radio button and check box styles
Working with android webviews for radio buttons and check box, I tried so many styling with standard html markup but its not showing proper. Its alwyas comes up very small with HDPI,XHDPI and with ...
2
votes
0answers
194 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 ...
2
votes
0answers
314 views
UIWebView loadRequest: continuously failing with NSURLErrorTimedout in iOS 6
There is an issue where native connection in UIWebView starts failing with timeout. Once timeout starts, only hard exiting app will solve it.
Timeout starts randomly but once started, only hard exit ...
2
votes
0answers
188 views
Using NSURLCache to preload local assets for UIWebView
I'm working on an iOS application that displays locally-stored content (HTML files) in a UIWebView.
The problem is that some of the assets referenced from the HTMLs (for example fonts and images) ...
2
votes
0answers
134 views
IOS: UIWebView: youtube video thumbnail not fitting inside UIWebview
I am embedding youtube video inside a UIWebView. The Size of the UIWebView is 124x86. And the Code for the same is:
NSString* embedHTML =@"\
<html><head>\
<style ...
2
votes
0answers
179 views
UIWebView tel: phone link delegate not called on iPad (but it works on iPhone)
My UIWebView shows a web page which contains the URL tel:+123456789
<a href="tel:+123456789">Phone link</a>
When I click on this link on iPhone, my UIWebViewDelegate gets called ...
2
votes
0answers
563 views
Issue with loading an URL in iOS 6 (works fine in iOS 5)
I am calling an urlRequest in my webview and it redirect to another url which works perfectly fine with iOS5 but in iOS6 it is just showing the blank page. It doesnt give any webview error and ...
2
votes
0answers
231 views
changing UIWebView frame on device rotation
I'm developing an app that is locked to portrait mode. However one view is acting as a full screen 'player' for various media types.
I'm using a UIView subclass that has a UIWebview subview to play ...
2
votes
0answers
269 views
Content editable UIWebView becomes lazy until not responding
After a few minutes of typing text in a content-editable UIWebView on a 3rd-generation iPad (wifi/AT&T cellular), the keyboards reacts slower and slower until application is not usable anymore. ...
2
votes
0answers
157 views
UIWebView async requests blocks scrolling
I've been searching for something like this in SO and nothing came up. So i've decided to ask for the first time here.
I'm working on an iOS project. I have a UIWebView working fine with a ...
2
votes
0answers
1k views
How to open mobile webapp link in Safari from native Facebook app on iOS?
Our webapp works nicely inside the Facebook native iOS app. However, we have some links that need to open a new window in mobile Safari rather than opening inside the Facebook (UIWebView?) app. Just a ...
2
votes
0answers
68 views
Web page takes several seconds to load when <audio> tags are present even if preload is set to “none”
If I load a web page in iOS's UIWebView containing some tags where the src is set to an external page then it takes about 3-5 seconds for the page to load. If I remove the audio tags then it loads ...
2
votes
0answers
170 views
Pinch zooming out further than minimum in UIWebView using viewport tag
It may sound strange that I am using a UIWebView for this, but for how this project is being put together, I must do this.
I have created a UIWebView which displays an image:
[webView ...
2
votes
0answers
378 views
UIWebView didFinishLoad not firing
Im trying to logon to a gmail form, and then check the link to see whether he has logged in. Here is the code.
- (IBAction)loginToForm:(id)sender {
NSString *zname= username.text;
NSString ...
2
votes
0answers
127 views
iOS Detect Flash Content in UIWebView
I need to detect if there is a flash object contained in a page in UIWebView instance. I have checked out the SWFObject library and checked out the JavaScript API in particular, but don't see any ...
2
votes
0answers
147 views
Jumping to next highlighted search string in UIWebview
I followed the tutorial on this site to use a search delegate to find highlight a string on the uiwebview. My questions is, how can I make it jump to the first highlighted item and then the next ...
2
votes
0answers
206 views
Localstorage event does not work in UIWebview
I want to use the localstorage to share data between two uiwebview. so that they could communicate with each other by javascript.
It works in two tabs of chrome(pc) and safari(iphone), but does not ...
2
votes
0answers
202 views
How can I control UIWebView's scroll position for input elements?
When a user taps an input text box on a web page, UIWebView automatically adjusts its bounds to make space for the device's keyboard, then scrolls and zooms so that the text box is centered in the ...
2
votes
0answers
219 views
Replay option not displaying youtube video in UIWebView?
Currently i am trying to play one youtube video in my application UIWebView. On first time playing, the video is playing perfectly and i can able to see and listen both video & audio, but when the ...
2
votes
0answers
177 views
How can I center an element of an SVG file displayed in a UIWebView?
I have an SVG file displayed inside a UIWebView. This SVG contains a number of <a> tags that indicate touchable elements. After loading the SVG file, I would like to scroll the view so that a ...
2
votes
0answers
574 views
UIWebView and basic authentication in MonoTouch
In a MonoTouch project I have a UIWebView loading a Basic authentication protected url. I managed to authenticate against the first request to the url by manually adding the basic auth header:
...
2
votes
0answers
410 views
retrieving session from uiwebview
I'm trying to retrieving the "session cookie" that is set after I do the login to a webservice using a UIWebview. I'm able to retrieve all the cookies using NSHTTPCookieStorage, but there is no ...
2
votes
0answers
88 views
UIWebSelectionAssistant document: unrecognized selector sent to instance
I have a UIWebView with HTML5 page I load from file. This page has 2 textareas. I focus on the first textarea, then double tap the second textarea and get the below exception:
2012-03-24 ...
2
votes
0answers
372 views
tel: links from UIWebView
I opened tel: links in UIWebView through the following two methods。
1、
<script type="text/javascript">
function call(){
window.location.href="tel://10086"
}
</script>
...
2
votes
0answers
480 views
Handle DONE buttons and video finish playing events in UIWebview
I have a UIWebview which will play a YOUtube video playlist, and I need to handle the events when user click DONE button and close the webview.
So far, the working solution i found is to handle ...
2
votes
0answers
157 views
Pb to detect random JS error, window.onerror doesn't show line number in a UIWebView (phonegap) - undefined
I have some user complaining about a bug I can't reproduce. I want to send the error to my server each time they get a JS error. So I use the gobal onerror event, but unfortunately, the line number is ...
2
votes
0answers
200 views
How to add an external stylesheet/js file to a UIWebView without having it stored?
I want to change some CSS properties and HTML content from a random web, so I download and save the html file in the device and load it in a UIWebView to modify it.
The problem occurs when the html ...


