0
votes
1answer
10 views
How to use anyother map like google maps in UIWebView in iphone?
I have done google map in UIWebView and it works perfectly with routing stuff and all. But now i want to load some other map into the WebView and get all the features that i get from google maps. How …
0
votes
1answer
31 views
Why does UIWebView link click error out?
I have a UIWebView (webview) with one link in it. I have implemented UIWebViewDelegate for this class. When I click the link, the page loads but I get an error.
- (void)viewDidLoad {
[super …
1
vote
0answers
19 views
scrollsToTop doesn’t work when UIWebView used with pushViewController, looking for solution
I have an app with a table view at the root in a navigation controller, and on selection of a table cell it displays a new view controller that contains only a UIWebView (with a toolbar and a navbar).
…
0
votes
2answers
23 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 the image size to a …
0
votes
1answer
56 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 - and only appearing …
0
votes
1answer
38 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
0answers
4 views
pass website URL from Tableview to webview
HI I have created a NSMutablArray and add 8 objects to it in the RootViewController. I am displaying the array in the tableview.
Whenever i click on the cell with a certain name, i want to pass a URL …
0
votes
1answer
35 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 a message that it …
0
votes
1answer
84 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 of the content …
0
votes
0answers
14 views
How to display the Authentication Challenge in UIWebView?
I am trying to access a secure website through UIWebView. When I access it through safari, i get an authentication challenge but the same does not appear in my UIWebView in the application. How can I …
0
votes
2answers
32 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 something?
- …
0
votes
1answer
43 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.
UIWebView* newWeb = …
1
vote
1answer
34 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 * url = [NSURL …
0
votes
1answer
36 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 UIWebViews won't load …
0
votes
1answer
21 views
Get Text UIWebView PHP script
Basically my app has a UIwebView which loads a php script with input of user data. The script then uses printf(some info). This all works and it prints it right the UIWebView. Basically what I want to …
