0
votes
1answer
43 views
Navigate a WebView
Hi,
With a webview is it possible to set up a simple 'Back' button (either in a navigation bar or a top toolbar) that doesn't show the back button on the first URL of the WebView …
0
votes
1answer
30 views
Disable hyperlinks in UIWebView
I want to disable hyperlinks in UIWebVIew after the initial page loaded without disabling the scrolling feature. That is, I should have user interaction enabled.
0
votes
1answer
51 views
Why does -[UIWebView sizeThatFits:] give a larger size than document.body.offsetHeight/Width?
I am attempting to use a UIWebView to display some variable-size content, and I'd like to determine the full size of that content so that I can resize the UIWebView to fit the size …
0
votes
1answer
11 views
UIWebView - scaling image independently from text
I would like to diplay HTML in iPhone UIWebView. My HTML looks like
text
text
<img src.../>
text
text
How can I cause the component (via JavaScript or Objective C) to fit …
0
votes
1answer
26 views
iphone sdk: Movie Player in UIWebView
Hi guys,
As we all know if I want to download an mp4 file a iphone's movie player (MPMoviePlayerController) pops out and plays the video. My question is if I can get some kind of …
0
votes
1answer
39 views
UIWebView with links.
I am creating a webview and loading content using "loadHTMLString" The content is loading I just can't get the links to work ex linking to google.com. Any help would be great.
UIW …
1
vote
1answer
29 views
UIWebView is not loading a page.
I got a UITabBarController and one of the bar items is a Navigation Controller with some buttons on it.
One of the buttons opens up a urlRequest and load it in a UIWebView.
NSURL …
0
votes
2answers
25 views
Display a webpage inside a UIWebView
Hi,
I try to display a simple webpage inside my UIWebView without a Nib. The problem is when I click on my buttun a new page blanck page appear but nothing is display.
Did I miss …
0
votes
1answer
61 views
Download, store, view and manage PDF File
Hi,
Can I download a PDF file and shows it without use UIWebView?
I need to show PDF and get full control of its show...
Also, Can I download and strore PDF into filesystem app?
…
0
votes
3answers
45 views
Problem with the scrollbar of a UIWebView
Hi there! Im using a UIWebView to access a website, when i rotate the phone (landscape) the UIWebView is properly resized and the scrollbar are on the right place (on the right edg …
0
votes
1answer
32 views
Using multiple UIWebViews in a UIScrollView
Hey Guys,
I am using 5 UIWebViews in a UIScrollView to show the result of my game. Intention is to allow the user to scroll through the results screen. I had a problem where the U …
0
votes
1answer
44 views
iphone uiwebview download complete page with CSS and Images
Hello,
in my app there's a uiwebview that loads a url..
i use the following line to save the HTML of the page loaded locally to be able to view it offline.
NSString* html=[webVie …
0
votes
2answers
43 views
Downloading image into bundle?
I display text and images in a UIWebView. Content isn't always the same. I access images within the content using the bundle path. For an inbetween versions update of content, I …
0
votes
1answer
23 views
UIWebView shows error message
I am getting this error message in the console, while I am trying to load a HTML page in UIWebView?
"void SendDelegateMessage(NSInvocation*): delegate failed to return after waiti …
0
votes
3answers
144 views
UIWebView resizes text after rotating: looking for explanation for magical bug or my stupidity
Hello, all,
so I have UIWebView in my application and I load some html (article) to it, put some CSS to make everything nicer. That's simple and clear and everything is perfect un …
