3
votes
2answers
2k views

Add “Open in iBooks” to UIWebView

I am developing a wrapper application for a site. Basically, it opens mobile version of a site in UIWebView. Some links on the site point to PDFs. When the same site is opened in Safari and a link to ...
0
votes
0answers
10 views

iOS: Load UIWebView automatically

I have two viewControllers. In my first viewController I prepare a web address and as soon as I hit a button the second view controller should open the address in a web view. I am not sure how to load ...
0
votes
1answer
16 views

URL is not loaded after download from AppStore

I have a little UIWebView on my app where I load image from NSURL. Kind of a banner. It works on Emulator also when i deploy app on test Device. I submitted my app to AppStore and they approved it. ...
1
vote
0answers
76 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
0answers
9 views

Opening ads within UIWebview?

Is it possible to open ads from either Admob or iAd ads in a UIWebview within the same app rather than in safari?? cheers
0
votes
1answer
23 views

Load only a div from website in UIWebView

I'm developing an iOS 6 app and I'd like to load only a div from a website in a UIWebVIew, just like in jquery .load(url #container). Is this possible?
0
votes
0answers
11 views

ADFS login using UIWebView

In Safari ADFS login is working. Unfortunately using UIWebView it does not work (the credentials dialog does not appear). How can this issue be solved? Thanks for your help in advance!
1
vote
0answers
15 views

Unable to display macro enable word file in UIWebview

I'm trying to display MS office files(word,powerpoint,excel) using UIWebview some of the files have macros enable UIWebview is unable to display these files any idea why this happen? is there a way to ...
0
votes
2answers
19 views

Best way to hide content from UIWebview?

I have a UIWebView into a mobile website that I run, and would like to hide some links when it's seen by the WebView--but not mobile Safari. It seems like there's several approaches to this: ...
1
vote
0answers
16 views

Video Embedded in HTML5 won't play in UIWebView

I am loading up a website that has a video embedded in the code on the 5th 'page'. This video plays just fine in the full Safari, but I'm having an issue in my app. The code for loading it is: - ...
0
votes
3answers
30 views

UIScrollView subviews contents size issue

I am using a scrollView, in which i have added some static content in a container view and below this container view i have added a web view and added both these views into my scrollView, I dont want ...
2
votes
1answer
6k views

How to download files from UIWebView and open again

How can I create a "download manager" which would detect when a link you tap (in a UIWebView) has the file ending ".pdf", ".png", ".jpeg", ".tiff", ".gif", ".doc", ".docx", ".ppt", ".pptx", ".xls" and ...
1
vote
0answers
18 views

How can you handle touching a link within a UIWebView when you have a UIView overlay directly on top of it?

I've been researching how to use a UIWebView embedded in a UIScrollView for a while now and cant seem to find an easy fix to my problem. I'm using a UIWebView because a UITextView, although allowing ...
0
votes
1answer
17 views

UIWebView hidden by keyboard

I have iPad app with view and uiwebview in it. It is on the bottom with size smaller than keyboard (e.g. 300x200). In webview is page with form loaded. When I tap into some textfield, keyboard pops ...
1
vote
1answer
152 views

Fast button vs removing touch delay on ios UIWebView?

I have a webapp for ios. I wanted to implement the so-called 'fast click button' detailed such as: http://cubiq.org/remove-onclick-delay-on-webkit-for-iphone ...

1 2 3 4 5 173
15 30 50 per page