A class used to display web content from within an iOS application.
2
votes
0answers
1k views
Set UiWebView's minimumZoomScale and maximumZoomScale with custom value in iPhone/iPad Objective c
In my App for iPhone/iPad(in Objective C), there is a UiWebView which loads any site(by typing the URL). My UiWebView loads site successfully and it can be scrolled and Zoomed successfully.
But my ...
2
votes
0answers
284 views
Unexpected behavior of a Modal View displaying a YouTube video in a UIWebView
I have a view based application (no storyboards) with a button that presents a modal view with a webview in it. The webview loads a YouTube video and the user taps it and watches the video in full ...
2
votes
0answers
274 views
Google Navigation in MapView of Iphone using Custom Callout pin
Greetings,
I have a very weird but interesting requirement.
What I need is, I have a set of geoPoints stored inside my database.
What I have done so far is , successfully retrieved the ...
2
votes
0answers
1k views
UIWebView - Limiting Content Width
I've come across an interesting problem with UIWebView.
I basically want to use a UiWebView on an iPad app as a modal pop-up to show wikipedia or amazon mobile pages if the user performs certain ...
2
votes
0answers
406 views
UIWebView Rendering issue in iOS5
I am using a UIWebView to render a HTML5 content inside my iPhone app.
The HTML5 involves few Webkit Transform animations.
My issue is, the animation is smooth in iOS 4.x but when I tested the same ...
2
votes
0answers
531 views
UIWebView link tap highlight gray box shows up in wrong place or wrong size/shape
I have a number of image links in my UIWebView, and they show a gray highlight box when they're tapped. That's fine, but the box is either in the wrong place (too low relative to the image - starts ...
2
votes
0answers
221 views
setScalesPageToFit refresh
I am trying to refresh my UIwebView after [webView setScalesPageToFit:YES];
Is it possible to refresh without reloading the content from the internet which would be a waste on bandwidth.
Thanks,
Eds
...
2
votes
0answers
325 views
How to flash the scrollbar thumb of a scrollable div with “webkit-overflow-scrolling: touch”
Is there any way to flash (i.e. make visible for a short moment) the scrollbar thumb of an HTML div where "native scrolling" is enabled, i.e. a div where "overflow: scroll; -webkit-overflow-scrolling: ...
2
votes
0answers
156 views
google +1 function in iphone app without UIWebView?
I know I can add google +1 in the app via UIWebView + JavaScript
But does google +1 have a REST api? I won't use UIWebView in my app and wish to keep consistence in this way. So I would like to ...
2
votes
0answers
500 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 ...
2
votes
0answers
189 views
iphone not to display the Q of QuickTime when embeding an mp3 file in a UIWebview
My iPhone app has a UIWebview in which I use the embed html tag for an audio mp3 file. When the app launches, a "Q" is displayed where the embed html tag.
Question:
Is it possible to replace the Q ...
2
votes
0answers
393 views
troubles with animation
I have a little problem, I have a viewcontroller with a webview and some button, I want to apply to webview a curl animation and see instad webview the view if the same controller.
like this
...
2
votes
0answers
2k views
UIWebView does not open ms word (doc) and ms excel (xls) files
I'm developing an application for iPad using XCode 3.2.5 iOS SDK 4.2. This application requires to open PDF, DOC and XLS files and preview them to the user.
I'm trying to open them with the ...
2
votes
0answers
660 views
iOS keyboard no longer shows after upgrading environment
i hadn't touched the code of my iOS app in a while, and since then the latest iOS version became 4.3.2. i upgraded my environment in both XCode and on my device. after compiling my application and ...
2
votes
0answers
437 views
UIWebView eats ~20mb memory
So, after running spme tests with my app to determine the cause for extremely high memory usage, I found out that UIWebview was behind it. I got a hidden webView where I perform some operations, but ...
2
votes
0answers
778 views
How to “preload” view controller without actually pushing it?
Background:
I've got a free app that is ad-supported. The basic idea is that when the app is launched, ad content (HTML) is downloaded from the server in the background, and only if successful, then ...
2
votes
0answers
980 views
Force JQuery Mobile page inside UIWebView to call webViewDidStartLoad
In my iPhone app I've got the following hierarchy:
UITabBarController ->
UINavigationController ->
UIViewController<UIWebViewDelegate> ->
UIWebView
(jQuery Mobile-page)
In ...
2
votes
0answers
733 views
keyboard in UIWebView shows and then hides itself on input focus
I have a page that's loading into a UIWebView (which takes 100% of the screen) on an iPad.
When I touch a text field, the page positions the text field to the right place and the keyboard starts to ...
2
votes
0answers
681 views
UIWebView - Can't Scroll Horizontally
Hi when I load a certain webpage in a UIWebView, for some odd reason, it does not allow me to scroll horizontally, only vertically. Other websites that I load into the UIWebView allow me to scroll ...
2
votes
0answers
608 views
Displaying HTTPS Page in a UIWebView
I've been searching for hours but can't seem to find an answer to this question. I have an https site that I'd like to display in a UIWebView. I can display simple sites like google in the webview ...
2
votes
0answers
334 views
UIWebview grey box at bottom after animation
I've been trying to animate a uiwebview by making its frame shorter height using the UIView animateWithDuration:animations: method. I successfully shorten the uiwebview by making the frame property ...
2
votes
0answers
1k views
Why would webview's loadHTMLString not hit webViewDidStartLoad callback?
Background: I am developing a news reader type app native for the iPhone which displays many of the news articles as html in UIWebViews. My current goal is to have a css file in my project that can ...
2
votes
0answers
908 views
how to handle base tag target attribute in iphone uiwebview to open new window
When the links are supposed to open a new window, iphone uiwebview won't trigger an event when user click these links. We had to use javascript to do some trick to the target attribute of the links.
...
2
votes
0answers
625 views
Detect if images have loaded in a UIWebView?
I have a UIWebview that is loading an image. However I am trying to call a method when the image has completed loaded / rendered.
I tried using UIWebViewDelgate and used,
...
1
vote
0answers
17 views
Ipad with Retina Display UIWebView does not render image completely
I am experiencing a weird bug trying to display images in a UIWebView using an iPad4 and iPad3. The Background images behind the gray circle is rendered by the native part of the app, so please ignore ...
1
vote
0answers
33 views
Rich Text Editor for iPad
I am developing an iPad app that contains a Rich Text Editor. I did some research and found an excellent tool called TinyMCE. I am trying to integrate TinyMCE in my app, has anybody succeeded in ...
1
vote
0answers
59 views
UIWebview resize height to fit content
I know this has been asked many times but I can not get it to work. In short my UIWebview pulls in some HTML which has a none fixed height (width always the same), I just want the height to change ...
1
vote
0answers
50 views
Is there a way to force Webview to login to Facebook using the native iOS 6 Facebook Credentials
I have a question regarding the facebook Comments using social Plugin on iOS6. I use social Framework to login into my app using facebook credentials set in the phone settings. Facebook loads the ...
1
vote
0answers
24 views
Detect when UIWebView fails to load referenced files
I'm working with an app that makes extensive use of UIWebViews to display content loaded from the web. Most of the time this works well, but every once in a while (particularly on 3G) a connection ...
1
vote
0answers
60 views
iOS Embedded Youtube Player not allowing landscape mode
Weird issue because nothing has changed in the implementation to my knowledge. I have an embedded YouTube clip player (code below), which works fine to play the videos that I want. But, if I rotate ...
1
vote
0answers
78 views
iOS UIWebView contenteditable autocorrect
Currently it appears that setting autocorrect and autocomplete on a contenteditable div in mobile Safari is having no effect. Is there any way around this? Is it possible to set autocorrectionType on ...
1
vote
0answers
38 views
can i use removeAllCachedResponses frequently in iOS?
I am facing a problem in UIWebView, My UIWebView has large content with images and text..
My iPad App has a UITableView to show the listing (in the left side) and a UIWebView(right side) for showing ...
1
vote
0answers
136 views
How to get the caret's position in contentEditable div when entering a new line?
I am making a rich text editor with UIWebview, which uses a contentEditable div. I want to get the caret's position in pixels. I have searched a lot, and I got the code below.
function ...
1
vote
0answers
24 views
Handling large excel files in UIWebView
I have an iPad app that downloads excel files using an NSURLConnection and then renders the downloaded file in a UIWebView.
The implementation works fine for smaller sized files but increasingly ...
1
vote
0answers
54 views
setting view port before loading HTML page in iOS
I am an iOS developer and i do not have any knowledge about web development.I am trying to load an HTML page on UIWebView since the content size of web page is larger then the iOS device screen ...
1
vote
0answers
58 views
UIWebView does not fill 4 inch retina
My app has a uiwebview works great on non-retina and 3.5 inch retina, however on Iphone 5 a.k.a 4 inch retina, it doesnt fill the screen , there is a gap between webview and tabbar.
tried this, it ...
1
vote
0answers
54 views
Disabling autocapitalize for a contenteditable div within a UIWebView
I have a UIWebView which loads a basic html page with a contenteditable div. This div has the following attributes:
<div id="editor"
contenteditable="true"
autocapitalize="none"
...
1
vote
0answers
87 views
UIWebview App Crash After HTML Video Plays
I have a crash that occurs after a HTML-5 video finishes playing from a UIWebview. The UIWebview loads a page which contains a brightcove embedded video player. The video launches fine and the video ...
1
vote
0answers
138 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 ...
1
vote
0answers
112 views
Fast button vs removing touch delay on ios UIWebView?
I have a webapp for ios. I wanted to implement the so-called 'fast click button' detailed such as:
http://cubiq.org/remove-onclick-delay-on-webkit-for-iphone
...
1
vote
0answers
51 views
How to make an offline browser on ios?
I need to make an offline browser on ios, which should persistent the specified webpages to the disk with the media resource such as image,css,js. At the same time, the offline browser should be able ...
1
vote
0answers
68 views
Core Graphics vs WebView for PDF display in iOS
I am working on this project where I am required to display PDF files. I have two options to do this.
Using the UIWebView
Using Core Graphics
I've done some reading regarding both the approaches ...
1
vote
0answers
28 views
Can ASIWebPageRequest download multilevels webpages with the sources internel?
What I want is to implement an offline web browser that can save multi levels webpages, like save first level,save two levels.
Is ASIWebPageRequest satiable?
Thank you very much!
1
vote
0answers
163 views
Optimizing Swiffy Flash to HTML5 loading in UIWebView
I'm loading fairly large HTML5/Javascript files that are generated from the Swiffy tool, which converts Flash files to HTML5 and Javascript monstrosities. The JS files are between 300KB-1MB. The files ...
1
vote
0answers
59 views
Grab UIWebView Page Title as NSString
I'm attempting to obtain the Title of a loaded web page via JavaScipt and place that as the title of a UIActionSheet as so:
What I have currently in my ViewController.m:
- ...
1
vote
0answers
86 views
Wrong base URL in UIWebView
I'm working on a payment system that runs in a UIWebView. The user completes a form on one site, and is taken to a payment gateway to process their card information. Once the payment has been ...
1
vote
0answers
98 views
JQuery Not Working iPhone Objective-c
I have been trying to run jQuery in my UIWebView but it alerts "undefined".
Obj-C Code:
- (void)webViewDidFinishLoad:(UIWebView *)WebView {
NSString *js = [NSString ...
1
vote
0answers
61 views
UIWebView: Accessing HTML-Embedded Data During User Interaction
Scenario:
1) User interact with web page via UIWebView.
2) Server returns embedded data (HTML-commented XML data) per user response.
Problem:
UIWebView's delegate method 'webViewDidFinishLoad' fires ...
1
vote
0answers
43 views
Video appears using UIWebview, fails when page is loaded using nsurlconnection
When loading a web-page in safari or in a UIWebview using an NSURLRequest, the video appears and functions perfectly. However, for the project, I don't want to display the entire page, but only the ...
1
vote
0answers
232 views
UIWebView / Facebook OAuth Dialog - Says “Not Logged In”
The Problem
In my iOS app, users login with Facebook through a UIWebView. Occasionally, instead of a login page, Facebook shows the message "Not Logged In":
I can reproduce the problem every time ...
