2
votes
1answer
25 views

UIWebView inside UITableViewCell flash white and incorrect size

this is the repo i made. https://github.com/lifesaglitch/UIWebViewFlashWhite The basic idea is: I have an expandable table view, with 2 cells: header cell and content cell. when click on header ...
2
votes
1answer
46 views

UIWebView, Youtube video loading icon is not centered

I've embedded a Youtube video in the UIWebview web page with this code: <iframe name="player" id="player" src="http://www.youtube.com/embed/{$firstParsedVideo}?HD=1;rel=0;showinfo=0" width="279" ...
0
votes
2answers
55 views

Find input elementID of the input field that the user has selected

I have a UIWebView and have loaded a document from a server. The web document has several text input fields. How do I determine the ID or name of the field that the user has touched - selected. I ...
0
votes
1answer
72 views

webView:didFailLoadWithError - (null) phone gap app for ios

I'm getting this error while loading paypal checkout page. I'm using in app browser of phonegap for this.Any idea? webView:didFailLoadWithError - (null) *** WebKit discarded an uncaught exception in ...
2
votes
2answers
50 views

Loading a UIWebview when pressing a UIButton

I am developing a simple testing app for iPhone. I want to click a button to change the URL of webview, then load the new URL. Here is my code: NSString *nurl = [NSString stringWithFormat: ...
0
votes
0answers
21 views

Like box facebook ios

I have a html page that contain only a Facebook like box. When i load the url of the page in safari, it work perfectly, but when i load it in UIWebView always i have white screen. Can some one help ...
1
vote
0answers
13 views

Twitter & Facebook access to webView

I am making an iOS app in which users login to Facebook and Twitter through the iphone accounts. However, once they are logged in, if I load a Webview with a url leading to Twitter or Facebook, the ...
0
votes
1answer
21 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 ...
1
vote
0answers
22 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 ...
3
votes
1answer
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 ...
2
votes
0answers
80 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
11 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
-1
votes
1answer
25 views

Load only a div from website in UIWebView [closed]

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!
0
votes
2answers
25 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 2 3 4 5 173
15 30 50 per page