Tagged Questions
0
votes
3answers
211 views
iPhone SDK: Submit a UIWebview programmatically
I have a UIWebview that automatically fills in the username and password of the user. Now, all I need is for the webview to automatically submit as if the user had pressed the Sign in button. Is ...
0
votes
1answer
115 views
How to clear saved password or formdata from iOS app
App uses UIWebView, and what are the caching areas to lookout and clear when user logs out.
Cache.db
ApplicationCache.db (if applicable)
HTML5 databases
Cookies
1 . Anything else to look for?
2 . ...
1
vote
1answer
400 views
Stop video playing in UIWebView
I have played video in UIWebView.
I have use this code
NSString *Str = @"<video controls width=458 height=202 poster=Image.png>
<source src=\"http://Path of the ...
2
votes
1answer
238 views
Youtube video downloader for iPhone
I need to create a downloaded application for iPhone. Many of application is already in itune with same purpose. When any video play in UIWebView player, then i have to show option for downloading ...
0
votes
0answers
77 views
UIWebView in IPhone: Vertical Scroll not appearing
When trying this snippet in UIWebView, it does not show vertical scroll bar. This post gives me bad news that it is not possible. How do I overcome it?
0
votes
1answer
354 views
How to use css with UIWebView?
In my class derived from UIViewController I have a class variable of type UIWebView* called helpView. And I use the following code for viewDidLoad.
- (void)viewDidLoad {
[super viewDidLoad];
...
0
votes
0answers
182 views
Fusion Chart Tooltip
I have implemented the Fusion chart(SWF & JS) in my iPad application web view. I want to implement tooltip & drilldown for graph. Single tap should show the tooltip & double tap should ...
1
vote
1answer
489 views
UIWebView scrolling and zooming
I minimized a UIWebView so that it can just show a specific object from that side. My question is, how can I scroll to it, an how can I make it bigger without touching it?
0
votes
1answer
146 views
Keyboard won't appear in modal view controller
I have a UIWebView in a modal view controller (using SVModalViewController). In iOS 4.2, when I tap on an input text field, the keyboard does not appear. The view animation where the page scrolls to ...
0
votes
1answer
143 views
Detecting when something has left view in UIWebView delegate methods
I have an iPad application that makes use of a UIWebView to display a few URLs in the application itself. I am also using SVProgressHUD control to display a few user alerts on screen depending on the ...
1
vote
1answer
914 views
Playing a .mov file without UIWebView or MPMoviePlayer
I am trying to play a video file with the .mov extension. It is not playing the video in my MPMoviePlayerController. I need to play this type of file in my application. Is it possible to play a video ...
0
votes
2answers
340 views
Memory warning when loading google map in UIWebView
In my app UIWebView loads Google maps, while using this
Direction url == ...
0
votes
1answer
318 views
How to Toggle UIWebView Text when scalespagetofit = NO?
When I set the scalesPageToFit = YES in (checked in IB) I can pinch to zoom the webview but the initial load of the text is too small for the webView.
If I set scalesPageToFit = NO in (unchecked in ...
1
vote
0answers
105 views
TextEditor Controller in iPhone allowing Text & Images
I have seen many apps which have some controller or the view where one can type just like UITextView ,allows user to add images in it. Even more than that, application can differentiate between images ...
0
votes
1answer
295 views
how to set UIWebView background color?
I used in MainWindow.xib and added one image view and set image (for background).
now in my webview page i wrote this code
webView.backgroundColor = [UIColor clearColor];
[webView setOpaque:YES];
...
2
votes
1answer
972 views
QLPreviewController vs UIWebView — Pros / Cons
Does anyone have experience with pros and cons of using QLPreviewController vs UIWebView to open pdf and office document? And benchmark data ?
Thanks!
1
vote
1answer
245 views
Display the HTML page on webview to fit the content
I am doing an application for both iPhone and iPad. I have taken a UIViewController and added a subview UIWebView where I need to dipslay html pages.
I am able to display the html page on the ...
0
votes
2answers
2k views
iPhone : How to play local video in WebView?
I want to play video in UIWebView. This video is stored in my app (It is local video not coming from server).
I dont want to use MPMoviePlayerController.
I got the following code from SO :
...
2
votes
3answers
2k views
Open _target=“blank” links outside of UIWebView in Safari
Inside my iOS Application I have an UIWebView.
Now I want all links that have the attribute target="_blank" not to open inside my WebView but externally in Safari.
How can I do this?
0
votes
1answer
250 views
How to make WebView content load faster?
I'm using the code below to load a text file content into a WebView but each time the method is called the content takes some time to load. Any idea of a caching policy I can use in this context to ...
0
votes
1answer
222 views
load webviews in scrollview fastly in objective-c?
I am having 20 htmls and i am loading it in the webview.
But, i am creating 3 webviews placing on scrollview and reusing those webviews until the html count finishes.
I am loading html content in
...
1
vote
1answer
81 views
parsed webpage background is not transparent in iphone
My webpage is displaying text parsed from xml.but it is showing the background as white which i want to be transparent as i have a wooden image behind webView. i have created my WebView through IB. i ...
0
votes
2answers
475 views
Links inside Pdf on Webview are not opening in a browser in iPhone
I have parsed urls of pdfs and showing pdf on a webView, but my Links inside webviews are not opening in a browser.i have not used CGPDFDocument. my code is simple :). can anyone help me out.i have ...
1
vote
2answers
365 views
PdfViewController.scroll Position not working with UIWebview in IOS 5
I have an app which scrolls through Pdf files using buttons and an index within a UIWebview. It uses the code PdfViewController.scrollPosition to move to specified position's within the Pdf file. The ...
0
votes
1answer
423 views
Is it possible to resize the website showing in UIWebView?
I am showing my website in UIWebView but as it is too large, it is showing that much large in my iPhone screen too.
Is there any way to scale it down to show it property fit in iPhone screen?
1
vote
1answer
187 views
Is it possible to show two alignments in textview using iphone sdk?
In my app i need to show Arabic text and English text in a textview. The Arabic text should be right aligned the English text should be left aligned.
Is it possible with a textview? I have tried ...
0
votes
1answer
593 views
Removing hyper links from a URL shown in UIWebView
I am making an app which has a section for latest company news. Basically the plan was initially to use ASIHTTPRequest to extract all the HTML, search through it for tags then pull the information ...
2
votes
2answers
2k views
How to jump pdf page in UIWebView?
I'm trying to scroll the pdf file by page
here is my code
-(void)viewDidLoad{
NSString *path = [[NSBundle mainBundle] pathForResource:@"myPdffile" ofType:@"pdf"];
NSURL *url = [NSURL ...
0
votes
2answers
90 views
uiwebpage does not load
I'm trying to load a basic webpage but it does not load. Its a bit weird ..
I have this code (this does not work )
NSString *test = [item objectForKey:@"link"];
NSLog(@" %@",test); // ...
0
votes
1answer
423 views
iPhone : Problem with HTML while displaying it in UIWebView
In my app
I am generating the report using html and displaying it in UIWebView.
I am using Html table for formatting data in webview.
Attaching some screen shot for better understanding :
As ...
0
votes
0answers
220 views
iPhone SDK - Hold and copy UIWebView
In iPhone safari, if we hold on a image for a second, an action sheet appears which saves or copies the image. Similarly, how can I get the URL of the image which I hold in my UIWebView? Thanks in ...
2
votes
1answer
121 views
loading uiwebview from specified location
//Move to bookmarked place if page is opened from bookmark section.
- (void)webViewDidFinishLoad:(UIWebView *)webView1;
{
if(chkview == 2)
{
//Move webview to chkScrollValue position.
[webView ...
1
vote
1answer
486 views
How to open .doc files natively in iPhone?
I need to create an application to open .doc files natively in iPhone. But I can't find any code online.
1
vote
1answer
143 views
unable to get resources path
I have added searchView.js by dragging and dropping into Resources folder. And also selected the "Copy items into destination group's folder(if needed)". Still i get path as nil during compilation. ...
0
votes
2answers
398 views
UIWebView cannot be linked to my outlet !
I'm modifying my program and I cannot link the Outlet to the xib.
The code below is from the header file :
@interface GraphNavController : UINavigationController {
...
IBOutlet UIWebView ...
0
votes
1answer
123 views
loading links in in-app browser in a web view in iphone
I have some local html files in resources.on launch one html,say a.html, is loaded in webview. there are some hyperlinks in that webview(or say the html content) which are links to other html files in ...
4
votes
2answers
2k views
Programmatically zooming a UIWebView without gestures - Center Point not calculated correctly
The Problem
I have a UIWebView inside my iPad application which I need to zoom programmatically, but without the use of gestures/taps. The app. has a "+" and a "-" button for zooming in-and-out in ...
0
votes
2answers
307 views
Image caching problem in webView
I am making an iPhone app.
I am creating an image out of the graph and then embedding it into HTML to display the image into webView using loadHTMLString:baseURL: method.
Now the image is shown fine ...
0
votes
1answer
149 views
web view not updating when pushed from table view
My current app consists of Navigation with Tabs, then a Table View in between, from the Table Rows when selected a Detail View is pushed. The issue I'm having is when I select a row it pushes to the ...
0
votes
1answer
1k views
How to disable zoom glass/lens from UIWebView?
I have disable default call out action sheet from UIWebView by using this -
[webView stringByEvaluatingJavaScriptFromString:@"document.body.style.webkitTouchCallout='none';"];
it's working fine but ...
0
votes
1answer
255 views
iPhone : Problem while displaying captured image in UIWebView
I am displaying graph by capturing image and loading into a webView using loadHTMLString method.
The images come fine when displayed the first time. But it does not seem to change when I recapture ...
0
votes
1answer
76 views
Checking for Internet Connection on iphone upon entering a view
I am looking for a way, to check if my user is connected to the internet / cellular data when they navigate to a certain view of my application. I want this to occur pretty much when they press the ...
0
votes
2answers
485 views
problem while using tiff and gif format images with UIWebView
I have a web page using css and javascript and also this webpages have tiff and gif images. When i loaded this webpage locally in ipad it is not working as i can only see white page and not my ...
3
votes
5answers
1k views
App crashes at [UIWebView webView:didReceiveTitle:forFrame:]
I am implementing a simple in-app browser. In my home view (UITableViewController), I have something like:
- (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath ...
0
votes
1answer
132 views
Masking an UIWebView
I am working on an app that requires masking a portion of UIWebView. I am unable to find a solution for this. Any help provided by you will be greatly appreciated.
2
votes
2answers
5k views
UIWebView resize to fit Content
Here is what I am trying to do,
I have a webView whose frame I am setting as
self.webView.frame = CGRectMake(0, Y,screenWidth,1);
the y coordinate is calculated based on the height of the other ...
0
votes
2answers
150 views
A Label in View with UIWebView
I have a View, i would like to put a test ( a UILabel) witch when clicking it, it open me a web View with an URL ( WWW.mySite.com).
How i can do this please ?
thanks for your answers
0
votes
1answer
2k views
objective c open links from UIWebView in safari
I have a UIViewController subclass which includes a UIWebView and implements the UIWebViewDelegate. What i want to do is make links pressed in the UIWebView to open in safari.
I've read past questions ...
0
votes
1answer
463 views
Setting the HTML5 form fields opened in UIWebView
I am building an application that loads a HTML5 form in UIWebView, I have to set the form fields using the program when the page is first loaded.
Is this possible?
0
votes
1answer
139 views
Navigating to another view iPhone sdk?
I want to navigate to another view. I have like a now playing button for my radio application. I would like the view to mentain its state... the view that I want to navigate to has a text field for ...

