0
votes
1answer
43 views

How to detect when a user logged in via a UIWebView?

I want to have present a UIWebView with a login screen for a user to login to a service, and once they are properly logged in, I want to scrape the page for content. How do I figure out when they ...
0
votes
0answers
52 views

Can't access a UIWebView apparently coming from storyboard

There's a view with one UIWebview in Portrait and two smaller UIWebViews in landscape - In landscape the two views represent the pages of a book and there's some pageview stuff going on. I can not ...
0
votes
0answers
54 views

Load .key files using UIWebView

I am using a UIWebView instance to load keynote (.key) files of my iPad app which have targeted to iOS 5. When I profiling I saw the heap growth reaches 32MB for load a keynote file (The file size is ...
1
vote
0answers
135 views

UIWebView not loading content when it is passed from an UITableView in iOS6, but works perfectly in iOS5

First of all I would like to thank you reading this and helping me out if you know the answer, I am a bit of a newby to iOS and there is an issue that is driving me crazy. I have an App that works ...
0
votes
1answer
225 views

How to get Youtube video URL into IPhone App

I'm developing an IPhone App where I add youtube link to UIWebView. Now when i click any video to play that video's link I need to retrieve so that user can share that link on Facebook. I'm using ...
0
votes
1answer
91 views

How to get Youtube URL into IPhone App

I'm developing an app were I would like to get youtube video url into my app from youtube app in IPhone. Whenever user clicks on video in youtube app that video's link should be directly retrieved ...
0
votes
0answers
118 views

UIWebView rotate and Resize

I making an app using UIWebView all work fine but the view aren't resizing when she rotate. i have searched one solution and the only one who seems work it's to call webView reload when rotated. but i ...
1
vote
0answers
228 views

Change User-agent in UIWebView (IOS 5)

What I have done so far:I use the code below to change User-Agent in UIWebView in the project. NSDictionary *userAgentReplacement = [[NSDictionary alloc] initWithObjectsAndKeys:userAgent, ...
4
votes
1answer
339 views

UIWebView contentEditable image copy paste crash (EXC_BAD_ACCESS)

I am loading some html content in a UIWebView. The content looks something like this <img alt="" src="/image/968" style="width: 75px; height: 26px;">qweqwwqeqwe<img src="/image/969" ...
0
votes
1answer
191 views

How to pass an HTML string to javascript function in a UIWebView, iOS

How can I pass a HTML string markup read from a file in objective C and pass it to a javascript function that takes a parameter ? In my webViewDidFinishLoad I try to call like this NSString *jsfile ...
0
votes
1answer
93 views

How to make UIWebView Blank when its already loaded once?

I am allocating and initializing the UIWebView in the viewDidLoad and I am loading the webview in the viewDidAppear. So i want to clear the contents the UIWebView once its loaded by clicking a ...
2
votes
0answers
106 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 ...
0
votes
2answers
91 views

ios - I had successfully connected a storyboard UIWebView to the controller for iPhone, but can not do it for iPad

I created a UIWebView property for the iPhone screens by dragging the iPhone storyboard screen to the .h file, but I am not sure how I can connect the iPad screens to the same controller. Is there a ...
0
votes
0answers
95 views

UIWebView sends users back to login

I have an iPhone app that is a simple wrapper for a website. It worked fine pre-iOS5, but has problems with anything after that. It loads the website just fine, which begins with a simple login page. ...
0
votes
0answers
100 views

javascript injection in uiwebview iphone

I create one of the app that uses uiwebview. I use JavaScript injection after uiwebview finished loading. document.getElementsByTagName('body').item[0].font = 'custom font'; The custom font is ...

1 2 3 4 5 12
15 30 50 per page