0
votes
0answers
19 views

Rotating only fullscreen video in iOS 6

I am trying to make my app only rotate to all rotations if it is playing a video which was clicked through from a website. I am using the following code which has the right idea but isn't quite ...
0
votes
0answers
18 views

Shadows on UIWebview

I have a number of UIWebView objects which are all different colours and hold text that is formatted using html. When you scroll all the way to the bottom, or pull the text from the top, there are ...
0
votes
3answers
26 views

UIWebView corners not rounded

I am using a UIWebView for displaying some formatted text. I am using the line: sliderTextWebview.layer.cornerRadius = 10; to round the corners of the UIWebview. The corners are not rounded but if ...
0
votes
0answers
7 views

UISplitViewController does not recognize device rotation when covered by modal movie player

[This was posted on the Apple Developer Forums but has not been answered, so I'll try here.] My application uses a UISplitViewController for iPad master/detail views and runs on iOS 6. The split view ...
2
votes
1answer
42 views

Playing Video on UIWebView getting Access Denied

Hello Everyone i am trying to play video based on URL that i am getting through API but i am getting Error like Access Denied. The reason why i am playing video in UIWebView is because Video is not ...
0
votes
0answers
20 views

Cached images in UIWebView take longer to load? (NSURLProtocol?)

I'm serving up local images to my UIWebView via NSURLProtocol (which means the image is returned almost immediately), but I'm experiencing an issue where cached images (images being displayed again ...
1
vote
2answers
49 views

Downloading pdf is not working

I am trying to download locally the PDF that is there on my UIWebView using code mentioned below. Save PDF which is displayed by UIWebView locally When I type, NSLog(@"pdfille==%@", pdfFile);, I see ...
0
votes
1answer
55 views

Will I have trouble in Apple's review process for “messing” with UIWebView? [closed]

I'm planning to control how long of a touch is required before UIWebView initiates a text selection, and I'm planning on doing this by getting the UIWebBrowserView subview and changing the duration of ...
2
votes
0answers
60 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 ...
0
votes
1answer
33 views

Loading large HTML string into UIWebView using javascript

Usually, when I want to load an HTML string into a webview using javascript, I use something like this... NSString *htmlString = @"HTML String"; [webView ...
0
votes
0answers
11 views

Implementing AutoScroll in UIWebView

Hello everybody, I'm stucked on auto scroll problem. I created UIViewController that has UIWebView inside. In viewDidLoad I give path to my pdf document. All this working. Question is how I can ...
0
votes
0answers
73 views

UIWebView Delegate get MIME Type

The UIWebView does not automatically support processing of Passbook .pkpass files. In thistechnical note, Apple recommend implementing a check via the UIWebViewDelegate methods to sniff out the MIME ...
-1
votes
1answer
48 views

UIWebView: delete cookies of a specified webview

I have two web views in which I want two run two different facebook accounts on both of these webviews. However, if I sign in on one webview the other webview automatically signs in as well as these ...
1
vote
1answer
46 views

loading cached webpage in UIWebView in ios

I've a task that increasing speed of webpage loading in UIWebView. For that I'm moving to cache concept. Here I'm using ASIWebPageRequest to cache all the content of the webpage. Its doing well.But ...
0
votes
2answers
89 views

Scrolling PDF programmatically in UIWebView

I wanna to scroll(down) on a UIWebView(iPad Application), where I will display a local pdf file, programmatically. I have added a UIWebView with the interface builder and linked it. @interface ...
0
votes
0answers
49 views

Pre caching webpage when app loading in ios

I've problem in ios that loading webpage in UIWebView is getting too slow at first time.It is possible to pre cache the specific webpage when loading the app, Then show that pre cached webpage on ...
0
votes
0answers
45 views

iOS WebSafeForwarder forwardInvocation crashes

We have a Cordova/Phonegap (2.X) application which crashes sometimes on application startup. The different errors are: -[__NSCFDictionary removeFromSuperlayer]: unrecognized selector sent to ...
0
votes
0answers
19 views

What's the behavior of iOS smart app links in webviews?

We link to our own website from within our app, displaying some pages in a webview. If a smart app link is configured, will it still show up? And if so, how to stop it doing so (as it only makes ...
0
votes
1answer
110 views

Phonegap Media Object stops playing when iTunes launched from web-link

We have a Phonegap app (iPhone only currently) which uses both the HTML5 Audio tag (for streaming) and the Media object (for playing locally stored mp3s). They both provide web-links to the itunes ...
0
votes
0answers
98 views

Stop Overlapping HTML5 Audio in Separate iOS ViewControllers

I have an iOS app with many ViewControllers. Each ViewController has a UIWebView and a Push Segue to one another. Each UIWebView plays an audio file using HTML5 audio. When I Push to another ...
0
votes
0answers
50 views

Crash when play mp3 audio from UIWebView on simulator

The crash is happened when play the local mp3 from the UIWebView. The odd thing is that different simulator (with the same version) on different iMac has different result. Mine is crash, the other ...
0
votes
1answer
23 views

WebView String customisation

In my application I am using a Web Service via JSON, While retrieving it contains some URL links like : Enfim, aqui vai a review![youtube]http:\/\/youtu.be\/HFn_IRLEAOA<\/a>[\/youtube] I ...
1
vote
2answers
170 views

iOS UIWebView setUserInteractionEnabled to NO does not work for iOS 6

I have a UIWebView as a cell in a UITableView. I know this is not recommended, but the WebView is not scrolling, so the recommendation does not matter. I use the web view to style and theme the cell. ...
0
votes
0answers
56 views

Can't access a UIWebView apparently coming from storyboard

There's a view with one UIWebview in Portrait and two smaller UIWebViews in landscape - In landscape the two views represent the pages of a book and there's some pageview stuff going on. I can not ...
0
votes
1answer
147 views

UIWebView close video clears content in iOS 6.1

I'm using a UIWebView to show content with embedded videos (Youtube and Vimeo iFrames). The modal video player initially worked great out of the box. I updated to iOS 6.1 SDK and now when I close the ...
1
vote
2answers
98 views

TapGesture not recognized by UIWebView (Methods will not be called at all)

When I follow the answers I found on StackOverflow all I need to get my UIWebView recognize a touch is implementing the following: WebVC.h #import <UIKit/UIKit.h> @interface WebVC : ...
0
votes
0answers
93 views

iOS : UIWebView loading WordPress Page - Encoding Issue

When pasted a single quote in WordPress, it shows ’ , which in source code it shows &acirc;&#128;&#153; and in iOS's UIWebView, it shows ’. (Similar for ...
3
votes
1answer
206 views

Preventing pinch zoom and double tap zoom on UIWebview

I know this question has been asked in various ways before, but I want to put out there the issue I am trying to solve. I am loading Google maps on a UIWebview instead of using the Mapkit. There is a ...
1
vote
0answers
165 views

UIWebView not loading content when it is passed from an UITableView in iOS6, but works perfectly in iOS5

First of all I would like to thank you reading this and helping me out if you know the answer, I am a bit of a newby to iOS and there is an issue that is driving me crazy. I have an App that works ...
0
votes
1answer
667 views

UIWebView issue with iOS 6

I have a running application in appstore which contains UIWebView. It worked perfectly fine till iOS 6.0. In OS 6 some hyperlinks are not working but the same thing is working fine when I use the ...
0
votes
2answers
94 views

Multiple URL Calls in UIWebView

I have a master/detail view app that I am currently building. Basically it has a list in a table for the master view, when the user selects an item, it will display a web page in a UIWebView in the ...
0
votes
1answer
380 views

Youtube Video Crash Xcode ios6

In UIWebview when I try to play any video on the youtube it crash my xcode ,I am using iOS6 .. I simply used the UIWebview with loading url youtube to it...do I need to embeddd mediaplayer to play the ...
2
votes
0answers
154 views

An editable UIwebview in an UIScrollView. Issue with scrolling

I have an editable UIWebView into an UIScrollView. I disabled the scrollview and the bounces on the UIWebView to only rely on the UIScrollView' scrollview. Each 0.1 second, I have a Timer which ...
0
votes
2answers
163 views

Open PDF from iPhone Application

I am developing an app where I create a PDF in the app and have to open it, so that the user can view it. I know that we can use Webview to open any PDF, but I want to open the PDF in the iPhones ...
0
votes
1answer
288 views

XCode iO6: UIWebView Returns Black Screen After Returning from Choosing a Photo

Here are the sequence of events which cause my app to return a black screen: 1.) I select a button on my website via the app's UIWebView that allows me to change my profile picture. 2.) The app ...
0
votes
0answers
110 views

my UIWebview doesn't function after MFMailcomposeviewcontroller dismissed

I have a Uiwebview which displays pdf documents downloaded from the web. this works fine, but having implemented email functionality with the following code, i find the Uiwebview stops working when i ...
0
votes
0answers
142 views

IOS 6, UIWebView, and Basic Authentication with latest Xcode

I am trying to use basic authentication with a UIWebView in IOS 6 with the latest Xcode. All the examples I have found here and elsewhere do not seem to work. Either because they used commands that ...
0
votes
0answers
74 views

How to avoid long press for UIWebView

I am providing long press in UIWebView then selecting the text. After selection it is showing me default popover. But instead of long press, how can i directly select the text and after selection i ...
0
votes
1answer
231 views

Autorotate while playing video from UIWebView to Landscape in iOS6

I have four view controllers and have added into navigation controller in appDelegate. I am supporting portrait mode only and its working in iOS6. One of the view controller has webview which is ...
1
vote
2answers
845 views

Embedded vimeo video in iPhone app using iOS 6 not playing

I can't seem to get any videos playing in iOS 6. Both on the device (iP4) and simulator. What I have is a UIWebView setup in IB. Then in my viewDidLoad I have the following code: NSURL *url = [NSURL ...
1
vote
1answer
342 views

how does iOS 6 UIWebView state restoration work?

According the docs: In iOS 6 and later, if you assign a value to this view’s restorationIdentifier property, it attempts to preserve its URL history, the scaling and scrolling positions for each ...
0
votes
0answers
50 views

who know the reason in the crash log ?(iOS UIWebView)

I can't understand the crash log below. Application received signal SIGSEGV (null) ( 0 CoreFoundation 0x392ba2bb + 186 1 libobjc.A.dylib 0x331a997f ...
1
vote
1answer
522 views

Open iOS6 Apple Maps app from a link in a UIWebView

If I display a link to a map in a webpage <a href="http://maps.apple.com/?q=Pricketts+Hill+Southampton+Hampshire+SO32+2JW&ll=50.913127,-1.191398">Location</a> it opens the native ...
8
votes
1answer
360 views

Displaying Smart Banner in iOS 6 UIWebview component

I would like to use a Smart Banner on my website. It works great in Safari mobile but is not displayed at all in Tweetbot, Twitter App, Facebook App, or any other application that will display my ...
0
votes
1answer
273 views

3rd party cookies in an iOS6 UIWebView

Our iOS app displays our website in a UIWebView. The webview contains an iframe to a 3rd party site. The 3rd party site requires the ability to set a cookie to store session information. This seems ...
0
votes
1answer
38 views

UIWebView width 0

The code part: UIWebView *wb = [[UIWebView alloc] init]; self.examplesView = wb; [wb release]; examplesView.scalesPageToFit = YES; [self.view addSubview:examplesView]; NSLog(@"createViewsForRect: %@, ...
1
vote
0answers
67 views

Changing the UIReturnKey for an HTML text field in UIWebView

We have a UIWebView within our app to ease the pain of creating a large form. A lot of the text fields produce a keyboard with a "Go" button, but we don't send the user to another page from any text ...
0
votes
1answer
111 views

Toolbar buttons similar to Evernote iPad app

Can anybody suggest me how to create toggle buttons in UIWebView Keyboard's toolbar very similar to what Evernote application has when you edit a note. I know how to add buttons in that toolbar. I ...
5
votes
2answers
275 views

contenteditable div in UiWebView - new lines are not saved when clicking on done

I have the following div in UIWebView: <div contenteditable="true"></div> If the user inserts new line (using the return key in the visual keyboard), and when he is done he clicks on ...
0
votes
1answer
138 views

adobe edge animation not rendering in iOS 6

I've created a very simple animation in Adobe Edge Animate that animates a box moving from the bottom right to the top left. I've imported this file (html + all other files) into my Xcode (v4.5.2) ...

1 2 3