Tagged Questions
0
votes
2answers
40 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
27 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
28 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
13 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
90 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
77 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
34 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
21 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 ...
0
votes
2answers
116 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
49 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
131 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
73 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
73 views
iOS : UIWebView loading WordPress Page - Encoding Issue
When pasted a single quote in WordPress, it shows ’ , which in source code it shows ’ and in iOS's UIWebView, it shows â. (Similar for ...
3
votes
1answer
156 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
125 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 ...