0
votes
1answer
8 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 …
2
votes
8answers
716 views
Handling touches inside UIWebview
Hi all,
I have created a subclass of UIWebView , and have implemented the
touchesBegan, touchesMoved and touchesEnded methods.
but the web view subclass is not handling the touc …
0
votes
1answer
12 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 …
2
votes
3answers
184 views
Remove UIWebView Shadow?
Does anyone know if its possible to remove the shadow that is placed on the UIWebView window?
Example: http://uploadingit.com/files/1173105_olub5/shadow.png
If its possible how …
0
votes
2answers
48 views
Scrollable UINavigationBar similar to Mobile Safari
My application uses a UINavigationController and the final view (detail view) lets you view an external website within the application using a UIWebView.
I'd like to free up some …
0
votes
1answer
10 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
36 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 …
0
votes
0answers
9 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 app …
1
vote
1answer
24 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
3answers
131 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 …
0
votes
2answers
36 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
93 views
File Formats Supported by UIWebView
What are all the file formats supported by UIWebView?
In my testing, I found that it supports XLS, DOC, PPT, PDF but not XLSX, and DOCX, RTF.
It supports image files like, JPG, PN …
0
votes
1answer
19 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 …
3
votes
9answers
2k views
Stop UIWebView from “bouncing” vertically ?
Hi there;
Does anyone know how to stop a UIWebView from bouncing vertically? I mean when a user touches their iphone screen, drags their finger downwards, and the webview shows a …
0
votes
1answer
20 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. Basi …
