0
votes
3answers
35 views

Segue passing uiimage and open in UIwebview

I would like to passing a uiimage from one view to another view which contains a uiwebview. So that i can allow easy interaction and gestures on the image. But i have no idea how to code in the ...
0
votes
0answers
52 views

UIWebview resize height to fit content

I know this has been asked many times but I can not get it to work. In short my UIWebview pulls in some HTML which has a none fixed height (width always the same), I just want the height to change ...
0
votes
1answer
25 views

How make background circlular fade

I'm not sure what it's called, I have UIView with UIWebView in it, and I want make it exactly as the screen shot below while UIWebView is loading. Can anybody help me with that? Thanks
0
votes
1answer
49 views

UITableView prepareForSegue not pushing to UIWebView

I'm trying to push from WebListViewController to WebPageViewController, so when a cell is pressed it will push to a UIWebView to show the web article associated with it. But I just can't get it ...
-1
votes
1answer
53 views

This class is not key value?

I´m really new in IOS programming with XCode 4.2. I already have a project (my 1st) with different functions, included UIWebView, and it works! Untill.. i tryed to add an alert when no network is ...
0
votes
0answers
16 views

Presenting new WebView on swipe

I have created a project for left and right swipe. I have a webview in my view controller which loads different links when I am swiping left or right. I have done little animations using ...
0
votes
1answer
34 views

How to show address bar in Webview

I have a uiwebview Here is the code: - (void)viewDidLoad { [super viewDidLoad]; NSString *fullURL = @"https://facebook.com"; NSURL *url = [NSURL URLWithString:fullURL]; NSURLRequest ...
0
votes
1answer
26 views

HTML links that exit UIWebView

I have my application iPhone Validated by Apple. I have a UIWebView and I want to exit this UIWebView to go to Safari using HTML links but it's not working. Please i Need Help
1
vote
2answers
86 views

UIWebView load on the server HTML, how to load local images?

Here is loaded HTML code UIWebView *webView = [[UIWebView alloc]initWithFrame:CGRectMake(0, 0, self.view.frame.size.width, self.view.frame.size.height)]; [[NSBundle mainBundle] pathForResource:@"111" ...
0
votes
1answer
117 views

iOS: Adjust Height of UIWebView - Strange Behaviour

I have a question. In Xcode I have a ViewController with embed View > ScrollView and inside of the Scrollview is a UIWebView. The application reads some XML data und paste formatted text into the ...
1
vote
0answers
22 views

Handling large excel files in UIWebView

I have an iPad app that downloads excel files using an NSURLConnection and then renders the downloaded file in a UIWebView. The implementation works fine for smaller sized files but increasingly ...
1
vote
1answer
55 views

UIWebView login form (iPad app)

Ive been pulling my hair out for the last week on this now, and still not getting any closer. Im building an app for my university project, where it combines all the services into one, (Blackboard, ...
0
votes
1answer
54 views

Pass information from popover table to a web view

I'm using a ViewController with Button for PopOverView, inside a Popover View I load a Table created only by code and never a TableController in my storyboard. So I can use the pop-over, I see a ...
-2
votes
1answer
15 views

Prevent a slideshow from loading in uiwebview [closed]

I'm making an app with a UIwebview that displays a website with one of those slideshows. The slideshow takes up a lot of space and I assume makes the site slower. Is there a way to remove this from ...
1
vote
1answer
114 views

Remove selection gray shadow from html input on iOS

I'm currently working on html rich text editor for my iOS application,so,the setup is simple,i have a UIWebView loading my editor code,the html input is a 'contentEditable' DIV. The problem is that ...
0
votes
1answer
26 views

Store UserName in Preferences Bundle of WebView iOS App?

Is there a way to create a settings/preferences bundle that stores the username of a form in a UIWebView? In my App I use a UIWebView that requires username and password. I don't want to store the ...
0
votes
0answers
35 views

YouTube video playing when iPhone is locked [duplicate]

So I'm using a uiwebview to bring up YouTube but I want to be able to have the audio of the YouTube video still playing when the the iPhone is locked. Is this possible and if so what is the coding to ...
-2
votes
1answer
26 views

How to make a UIWebView zoom into a web page and lock it there [closed]

How do I zoom a UIWebView to an area on a web page and lock it there so the user can't zoom back out? Code example appreciated! Thanks!
1
vote
1answer
55 views

Get previous page in UIWebView hierarchy

I need to be able to figure out what is the previous page in a UIWebView hierarchy so that I can disable the back button on certain instances. So, to clarify: User is on page A - clicks on link ...
2
votes
3answers
136 views

IPad App With UIWebView Or Custom View Controller

This is not a cry to help correct the code. I have a simple app that is parsing an rss feed and displaying data (images, title, publisher etc.) in the UITableview. The user taps on any entry in the ...
0
votes
1answer
129 views

Not automatically login to Google+ using UIWebView (iOS)?

I have a question about authentication with UIWebView. I want to login in webview in plus.google.co I sign in in google plus one time as shown in https://developers.google.com/+/mobile/ios/sign-in ...
0
votes
1answer
91 views

How to play a video in landscape mode but app support only portait mode?

Iam making a application which support only Portrait mode.here iam loading youtube videos in uiwebview. so when i switch to landscape mode video has to play in landscape mode also. But after taping ...
0
votes
1answer
37 views

Custom Link in UIWebView Bug

I have a UIWebView with a custom link similar to Instagram's @username mentions. However when the link is held down, Apple's default dialog box pops up, asking to open the link. How do I prevent this? ...
0
votes
2answers
71 views

how to show full web contents including images in UIWebView

the problem i am facing is that, in my web pages, there are some images, which are half on screen because of their size. I have tried UIScrollView but it did not help. So i need to find out a way in ...
0
votes
1answer
68 views

.css and .js files are not being found by UIWebView

I have added an .html, two .js and one .css file in my project and I have used following code with UIWebView for accessing the .html file [web1 loadRequest:[NSURLRequest requestWithURL: ...
0
votes
2answers
134 views

How can i add a background image for UIWebView?

How can i add a background image for UIWebView as a texture ? I use following code but its not working? _webView.backgroundColor=[UIColor colorWithPatternImage:[UIImage imageNamed:@"light.jpg"]];
0
votes
0answers
43 views

Load UIWebView from UIWebView

I have populated a UIWebView with a htmlForm and want the user to be sent to a new UIWebView within a new ViewController after submitting. Every answer regarding - (BOOL)webView:(UIWebView *)webView ...
0
votes
3answers
166 views

Xcode UIWebView local HTML

I know HTML, javascript, CSS… but I wanted to make a native/hybrid iPhone app using HTML5 but without using something like PhoneGap or Nimblekit. I never wrote a real (not web app) iPhone app before, ...
0
votes
1answer
91 views

How can I get the content from a UIWebView?

I need to get the first paragraph of each page from a UIWebView. How can I get this? I have also one code for regular expression detection, but it gives the paragraph class name instead of paragraph ...
0
votes
1answer
72 views

How can i get the contents in UIWebview in ios

I have a uiwebview in my viewcontroller which is used to display the epub contents ,How can i get that contents in NSString from UIWebView? This code not working for me NSString *html = [webView ...
0
votes
2answers
59 views

Wireless updating in objective-c

I have an application in the store that has a bunch of UITableViews, each has a bunch of items that when selected, load a UIWebView that loads a local HTML file. The reason I do this is so it allows ...
0
votes
0answers
85 views

Clearing credential caching in UIWebView iOS Xcode

I am using UIWebView Control in my app and that opens up the SharePoint URL in UIWebView inside the app. I have made User and Password *configurable* and everything works file. UIWebView opens the ...
0
votes
1answer
77 views

Make UIPageControl stop on every page

I have 3 pages which all contain youtube videos (webviews) these webviews are inside a scroll view. I used a tutorial to do this, in that tutorial every time you swiped to either direction it would ...
-2
votes
1answer
64 views

Inject JavaScript for use on a site?

I'm completely new to this whole web aspect of iOS programming so bear with me :P. My goal is to grab a JavaScript file from a website, then "inject" that script so that I can use it to login on ...
1
vote
2answers
82 views

iOS gets UIWebView title and checks if it contains a string, but the if only occurs once

Ok, so the following code gets the title of a page loaded in a UIWebView and then checks to see if the title contains the word "table". If it does then it unhides the toolbar. If it doesn't then it ...
0
votes
0answers
28 views

Ipad application: Search word in many HTML pages and display list of results in tableview

I'm developing an Ipad application in witch I insert an UiWebview loading html pages and a search bar in the top, when i write a keyword, it can search and highlight it in the opened page only, but ...
1
vote
0answers
36 views

iOS view PPT with animation [duplicate]

Is there a way to view PPT files without losing the animations? I know UIWebView shows PPT but it strips off the animation, is there any other framework?
0
votes
1answer
115 views

PDF paging from UIWebView

I'm using this class to generate PDF file from a UIWebView -(void)createPDFfromUI:(UIView *)aView saveToDocumentsWithFileName:(NSString*)aFilename { // Creates a mutable data object for updating ...
1
vote
1answer
56 views

Is there a way to load a specific frame from a website to an iPhone app?

I'm really new to xcode and objective-c. overall fairly new to programming. Is there a way to load only a specific frame from a website onto a UIWebView on xcode? I have a website that I need to ...
1
vote
1answer
85 views

Calling UIWebView method from Another Class

OK, I'm sure it's simple but I will try to explain everything I'm doing in detail so someone could show me my mistakes. Xcode, iOS SDK 6.1, I'm using StoryBoard. -I have my MenuViewController (View ...
1
vote
1answer
35 views

Multiple PDFs in different tabs

I have a Tabbar iOS application with three tabs. I have each tab set up to be a UIWebView. I want each web view to display a different PDF. How do I assign, through code, each webview to its ...
0
votes
0answers
94 views

Stop Overlapping HTML5 Audio in Separate iOS ViewControllers

I have an iOS app with many ViewControllers. Each ViewController has a UIWebView and a Push Segue to one another. Each UIWebView plays an audio file using HTML5 audio. When I Push to another ...
0
votes
0answers
92 views

UIWebview Hold Link/ addGestureRecognizer / UIActionSheet

I need to open new link in UIWebview when user hold the link (UIActionsheet will pop up). I don't know how to add "Open in new tab". I can manually write to open in new tab already. I ...
0
votes
2answers
352 views

XCODE: Unbalanced calls to begin/end appearance transitions for <UIFileUploadFallbackRootViewController

I have in my app a UIWebView, and in that web view I navigate to my mobile site where there is a button input with type 'Choose File' for loading a new profile picture. Each time I try the 'Choose ...
0
votes
0answers
60 views

UIWebView scrollsToTop and ignores UIEdgeInsets in iOS

I basically have a Title bar with a UIWebView behind it. I have set the UIEdgeInsets of the UIWebView.scrollView to be such that the top of the Web page is at the bottom of the Title bar. Everything ...
0
votes
0answers
37 views

White screen only after modifying a webapp template to add a tab menu

I download the sample WebApp xcode template from the following page: http://www.bitwit.ca/blog/an-native-ios-web-app-tutorialtemplate/ I ran the xcode project and it shows the local HTML page just ...
0
votes
4answers
147 views

Passing NSString to Webview

I have an NSString called status and I am trying to pass that variable to load a webView. The app is crashing here, but I don't know what I am doing wrong? Does anyone see anything wrong with the ...
0
votes
0answers
83 views

Different response from UIWebView in iPad and iPhone

I am trying to load a protected docx file in UIWebView. In iPad webViewDidFinishLoad gets fired with OfficeImport error. But in iPhone neither webViewDidFinishLoad nor didFailLoadWithError gets ...
0
votes
1answer
101 views

I'm unable to load a new URL into a UIWebView from another class when the timer runs out iOS Xcode

I have a class LiveView where I have declared a UIWebView myWebView. It loads fine whilst I'm in the same class, with a click of a button I can change the URL to a different one, no problem. I have ...
1
vote
1answer
448 views

Keep losing php session cookie in UIWebView

I'm new to the forum and also quite new to iOS Dev. I'm having trouble with a UIWebView, where I keep losing login permission to a HTML form which sets a phpsession cookie (with expiration set to 8h, ...

1 2 3 4 5 11