Tagged Questions
0
votes
1answer
25 views
How make background circlular fade
I'm not sure what it's called, I have UIView with UIWebView in it, and I want make it exactly as the screen shot below while UIWebView is loading.
Can anybody help me with that?
Thanks
0
votes
1answer
54 views
HTML table data (<td>) screen co-ordinates or frame in UIWebView
I am using HTML to render some offline data in my application. I would be using the same HTML sources for different screen layouts, iPhone, iPad - landscape and portrait orientation. This means that ...
0
votes
2answers
111 views
Adding an UIView programmatically not working (UIView should show an UIWebView and open URL)
Currently working on two introduction pages (First shows an image, second should show a website) for my iPhone app (like Pocket, for the user a little hands-on after first start).
Came across Matthew ...
1
vote
0answers
140 views
Change zoomScale and contentOffset of UIScrollView in UIApplicationStateBackground state
I know it's not recommended to change any view appearance when the application is moved to background state, but for my specific task I cannot postpone this activity and I really like to complete it ...
0
votes
0answers
41 views
Detect uiwebview finished draw context
I am loading a big size(>3MB) html with UIWebView. I would like to know when the whole context finished drawing on the view.I want to show a loading activity before the whole context finished ...
0
votes
0answers
78 views
iOS: rotate subviews without changing size and position
I've got a problem similiar to How to rotate sub-views around their own centres?
I want to rotate content os subviews (webview) without changing position and size.
in pseudoLanguage:
function ...
0
votes
1answer
251 views
Embeding youtube video into a UIView/UIWebView
i am trying to embed YouTube video into a UIView, but i can't figure out why there is this white border on the top left of the video. I also set frameborder = 0. There shouldn't be any white borders.
...
0
votes
2answers
174 views
How to resize all content of UIWebView according to width?
I am making an app in which I am getting some html data from web-service and I am showing that data in UIWebView. I have fixed the width of UIWebView "310" but some time data is not come in this frame ...
0
votes
2answers
132 views
UIView on UIWebView backgroundColor doesn't change
I have a custom UIView subclass instance headerView, which I put on a scrollView of UIWebView. I set a background color of this view to white, when I init it:
self.backgroundColor = [UIColor ...
0
votes
1answer
40 views
Strange behaviour with UIWebView in Coso2D
The following piece of code causes my game crash.. If I comment that out, I have no problems at all.. I can't really see any mistakes.. I first thought it might have caused by a memory issue, but in ...
0
votes
0answers
35 views
Put UIWebview on top of another
I want to stack two UIWebViews on top of each other in order to be able to draw "on top" of the the underlying view using either canvas or OpenGL.
I would like to be able to toggle this view on/off ...
1
vote
1answer
108 views
UIwebView load animation image not respond to UITapGestureRecognizer
I use UIWebView as a subView of UIView to load animation image(GIF) from server.
[webView loadRequest:[NSURLRequest requestWithURL:[NSURL URLWithString:picLink]]];
And I add Tap gesture to my ...
0
votes
2answers
81 views
iPhone - How can you get a URL from the Second UIViewController to Load in a WebView in the first UIViewController
What im trying to do is I have a Bookmarking System in place but my problem is to get the URL from the UITableView in the Second UIViewController and the load the selected URL to Load in to the ...
0
votes
1answer
94 views
How to create a UINavigationController with a UIWebView inside of it programatically?
I made a subclass of UIViewController.
It has a UIWebView property called *_webview.
When I set that UIViewController's view property to be _webview, I stop getting notifications from my view. So I ...
0
votes
1answer
211 views
iOS - Double Tap Gesture does not work on top of a UIWebView
I have a viewController that has several items added programatically. A UILabel and a UIWebView including a scroll view.
Now I have added a swipe gesture onto the viewController using storyboard and ...
2
votes
2answers
413 views
UIWebView autosize issue only on iOS 4.3
I am trying to figure out how to fix this bug that only occurs on iOS 4.3. When the application launches, it displays a PDF that is scaled to fit in the UIWebView. It behaves perfectly until you pinch ...
4
votes
4answers
373 views
UIWebview in a modal view is being shown in portrait in Landscape mode
I browsed through most of the questions and tried almost everything. But bad part is that the issue is still there.
I have a UIVIew which is always launched in landscape mode and I am presenting a ...
0
votes
2answers
85 views
Making a hole on in a UIWebView
I have a UIView on top of that I have a UIWebView . Now I need to create a hole in Hole in UIWebView to make the UIView visable from back.
3
votes
2answers
267 views
UIView Animation resets views to original rect
I'm trying to animate a UIWebView on to the screen from the right border when a link is tapped. In order to do this, I'm using two UIViews. One called onScreenWebView and another called ...
0
votes
0answers
158 views
Xcode: Create a PDF-like shadow for a UIView? (example PDF on uiwebview)
I guess most of you know this border+shadow a PDF File creates when its shown by a webview using an iPad.
I wanna use/rebuild this shadow for my normal UIView, just to serve the user a better ...
0
votes
1answer
288 views
Need tap gesture method after UIwebView shouldStartLoadWithRequest delegate invocation
My Problem is I have a webView inside the UIView and UIView have tap gesture and web view class having delegate of UIWebView.
My problem is when i tap on a link it first call tap then ...
0
votes
1answer
129 views
Can a 'UIButton' open a webpage in a 'UIWebView' that are in the same 'UIView'?
I've been working on this project for iPhone/iPad devices, and after finishing the iPhone portion of my project I was struck my inspiration to change up the style of the iPad project.
My Scenario:
I ...
0
votes
1answer
274 views
UIWebView loadRequest reuse gives flickering effect
I have multiple pdf files. Based on user input i am loading the pdf using UIWebView. On first loadRequest it loads the pdf properly. From second call to LoadRequest onwards its showing some flickering ...
0
votes
1answer
45 views
How to implement this view for iPhone
The view I expected is like this image
The main view contains three parts: one label, one webview and one tableview. But the difficulty is their size are not fixed. I hope the webView can auto ...
0
votes
1answer
65 views
UIWebthreadlock freezes app
I have a view in wich I present two different uiwebviews (loaded from local html). Everytime the user taps a button located in the navigation bar, I switch from one webview to another with a page curl ...
0
votes
1answer
126 views
How can I create the OK button of keyboard in a UIWebview form?
This blue "OK" button is common in a UIWebview when you click in a webform at iPhone.
Are there a easy way to recreate it in code? Or I will have to create it in a hard way?
The most close code ...
1
vote
1answer
272 views
UIWebView over an UIView gets UIView alpha value
I'm developing an iOS 4 application.
I have a main view that contains another UIView, named shadowView, with an UIWebView inside. This shadowView has black as background color and alpha = 0.3f.
My ...
0
votes
1answer
1k views
UIWebView stringByEvaluatingJavaScriptFromString not working in iOS 5
I am new to UIWebView and especially stringByEvaluatingJavaScriptFromString method.
In my layoutSubviews, I am calling my webview to get the frame size.
[self.body ...
1
vote
2answers
642 views
How to display an overlay over the UIWebView without blocking user-interaction with UIWebView
As the question title says, I want to display a light blue overlay on the UIWebView, when the UIWebview is loading and without blocking the user-interaction with UIWebView. Is it possible to get this ...
0
votes
4answers
462 views
How do yo move a UIWebView offscreen?
How do you move a UIWebView offscreen?
Is that determined by the CGRect? Or some other property of UIView or UIWindow?
2
votes
2answers
502 views
UIWebView content doesn't load until after view is shown
I have a UIView which, on viewDidLoad creates and shows a UIWebView. The web view doesn't actually show its contents until the view has actually appeared though. The navigation bar appears with the ...
0
votes
1answer
100 views
UIView's height depending on the height of the UIWebView inside
I currently have a UIScrollView with multiple UIView inside. And inside each UIView I want to put a UIWebView. The height of each UIWebView is set dynamically depending on the content. How could I do ...
1
vote
2answers
4k views
How to control UIWebView's javascript
It is that UIWebview and toggle button on UIView.
WebPage includes javascript.
I want to control UIWebView's javascript.
What I want is that whenever Button on UIView is toggled, javascript is ...
0
votes
1answer
176 views
unclear resize UIWebView behavior
I am trying to resize a UIWebView like this:
CGRect oldFrame = zoomView.frame;
zoomView.layer.anchorPoint = CGPointMake(1, 0.5);
zoomView.frame = oldFrame;
if (oldFrame.size.width == ...
0
votes
4answers
2k views
UIWebView allow tapping but prevent scrolling
I have a UIWebView (that has been sized to fully contain the html) and I want to put this web view into a UIScrollView along with a few other views.
If I set userInteractionEnabled = NO on the web ...
1
vote
3answers
2k views
UIWebView: Fit frame to view size, allow scrollowing within that frame on UISplitViewController
This problem is driving me nuts.
I have a UIWebView which I am trying to make fill the full view on the right side of a UISplitViewController:
CGSize boundsSize = self.view.bounds.size;
self.webView ...
1
vote
1answer
167 views
Hall-of-mirrors effect when using UIView animations on the TV Out screen
I'm doing an animation between two UIWebView's on the TV Out screen, and i get this effect both in the simulator and with a real device:
Basically, in my 2nd UIScreen, i've got a UIWindow, and ...
0
votes
1answer
290 views
Creating View Transitions Similar to Kindle App
I'm pretty up to speed with Objective C and IOS development, but I haven't done any animations (short of animated:YES sorts of things).
I'd like some advice on how to develop a page transition ...
0
votes
3answers
2k views
How show activity-indicator when press button for upload next view or webview?
when i click on button which title is click here to enlarge then i want show activity indicator on the first view and remove when load this view.
but i go back then it show activity indicator ...
0
votes
0answers
485 views
How do you add a UINavigationBar to UIWebView such that the web content draw area scales to the area beneath the navigation bar?
Here's the situation:
myViewController has a button called "Help." Pressing "Help" activates the following IBAction method, which loads a UIWebView displaying a PDF. It also loads a subView into that ...
2
votes
0answers
502 views
AirPrint for iPhone App
Been trying to get this printing but it doesn't show up in the printer simulator.
This is my code to get it printing:
-(void)printItem:(NSString*)path {
// NSString *path = [[NSBundle ...
1
vote
1answer
766 views
how set tag of images in image view?
- (void)viewDidLoad {
UITapGestureRecognizer *tapGesture = [[UITapGestureRecognizer alloc] initWithTarget:self action:@selector(tapDetected:)];
tapGesture.numberOfTapsRequired = 1;
...
2
votes
2answers
180 views
Transparency around UIWebView
I have a UIView with a "advertisement" and I want to be able to have a UIWebView popup window appear over top of the advertisement.
I want to be able to have everything except the UIWebView become a ...
2
votes
2answers
422 views
When should I deallocate memory, if all?
I’ve read all the iOS memory allocation/deallocation basics, but can’t find anything on the following:
I’ve created a small app, that pretty much lists a grid of UIButtons and clicking on any of ...
4
votes
1answer
2k views
Set text for a textfield in UIWebView
I have a UIWebView and I want to set one of it's text field to certain text. Is that even possible? If so, how can I do that?
Thanks
0
votes
1answer
2k views
UIWebView inside UIView programmatically
I have a UITableView and I want to add a UIView as a footer. This UIView has a UIWebView and a UIButton. I have the following code:
- (void)viewWillAppear:(BOOL)animated {
CGRect frame = ...
3
votes
2answers
219 views
UIWebView: Tracking screen updates (dirty regions)
I'm trying to detect animations and other screen updates as they happen inside a UIWebView. I would like to get the rectangles of areas in the UIWebView that have been modified since the last refresh.
...
5
votes
1answer
537 views
Animate embedded UIWebView frame property
after a long search with no results,
maybe someone knows an answer to the following problem:
I have a UIView which contains a UIWebView as a subview. The UIView is just a wrapper, so that I can place ...
1
vote
1answer
4k views
iOS :: Video in UIView (or UIWebView)
I would like to know if I can play a video in UIView?
I want to play a video in a small UIView (say 100 x 100 ) which should be played automatically when the UIView loads.
First I would say what I ...
1
vote
3answers
710 views
How to put focus from UIWebView onto Another UIView during a long press
I use javascript to detect long press(a touchstart event then rare touchmove events in 300ms will be esteemed as a long press, which doesn't require a touchend),then use javascript
document.location ...