A class used to display web content from within an iOS application.
0
votes
0answers
6 views
Download PDF From WCF Rest Service /SQL Server To iOS Application
I've been trying to solve this for months, and still can get the result.
I have a WCF-Rest service in C#, to publish the data from some PDF's, from SQL Server. The field of SQL Server in which is ...
0
votes
2answers
18 views
Unable to load html string in UIWebView using loadHTMLString:baseURL in iOS?
I am trying to embed youtube video into my iOS application.For that I have created a UIWebView & trying to load the Youtube video from following here
I have gone through the all the answers for ...
0
votes
0answers
3 views
Open link from uiwebview into new view
I am creating an app that uses UIWebViews and was wondering if it is possible to open a link that the user clicks in the original webview in a different view?
1
vote
1answer
28 views
stringByEvaluatingJavaScriptFromString doesn't perform action
A webpage users of my app are trying to load has this link:
<a href="javascript:DoSubmitScr('1B'); SetTextOption('Detailed');" id="btn_14" class="Button1" ...
0
votes
3answers
72 views
UIWebView staying blank until I hard code the URL
I am writing an App where I pass a Link as a NSString from a TableView to my DetailView. The String gets passed correctly, as I can see it in the log. The problem is, that the WebView just stays ...
0
votes
0answers
15 views
How would I create a drop-down effect in UIWebView?
In the mobile app for Wikipedia, they have a drop-down effect where if you click on the line, it opens up the content for that line and inserts it into the page. For example, lines might be Career, ...
0
votes
0answers
16 views
iOS Rotation very slow
In my app I would like the user to be able to rotate the iPhone to get to a full-screen view... Everything works fine, the only problem that I have is that performance is horrible...
I have a 1-2 ...
1
vote
2answers
45 views
how to fit 255 width table in UIWebView
I am trying to view the web-page in UIWebView in iOS. Below is the link I am trying to view.
http://almaktab.com/forms/flight.html
The problem is width of table is 255px and when I open this in ...
0
votes
2answers
47 views
UIWebView does not load URL which works in other browsers
I have a UIWebView into which I want to load this URL
https://itunes.apple.com/us/album/blurred-lines-feat.-t.i.-pharrell/id621507456.
This link works on the desktop version of Chrome and Safari, ...
0
votes
0answers
43 views
UIWebView and memory management
In my app there are times when I display a UIWebView to display a web page. When I create the UIWebView it takes around 60 mb in vm.
After deleting all the pointers to the UIWebView it doesn't free ...
1
vote
1answer
27 views
Anyone use CFAllocatorSetDefault succesfully in an iPhone app?
I wish to replace the default CFAllocator in my iPhone app with my own implementation. I want to control the memory allocated by the UIWebView since it seems to hold on to so much memory after loading ...
0
votes
1answer
26 views
iOS: Embed and Auto Play youtube video
I know there are many questions on embedding and playing youtube in iPhone apps but none of them really works for me. I wrote following hacks and it used to work absolutely fine but not sure why it ...
0
votes
0answers
10 views
something instead frame with working windows.close() in inner html
I have a problem - in iOS app I have UIWebView, which shows some html file, that contains adding some scripts and other html into frame element.
<script type="text/javascript" ...
0
votes
1answer
42 views
TableViewCell - DetailtextLabel to call WebViewController
I'm working on RSS app, and in my last view (tableView), i would like to use the cell.detailTextlabel to call the WebViewController and open the related article in Safari.
Actually I don't know if ...
1
vote
1answer
29 views
Passing Data To and From an Embedded UIWebView
I have a UIWebView embedded in my view controller like this:
I have an outlet to my web view (_graphTotal) and I can successfully load the contents of test.html in it using this:
[_graphTotal ...
0
votes
1answer
34 views
how to perform an action in iphone application on click in webview
I need to implement a functionality such that I have there is a login screen which sends an http request packet, gets a json response(a boolean and a routing link) and opens a webview. I have done ...
0
votes
2answers
16 views
UIWebView, embed youtube video
How to detect when play button, in embed youtube frame, pressed in UIWebView? Thanks..
0
votes
1answer
31 views
Link Navigation View Controller cell to a Web View
I have a navigation controller with multiple cells. I want to link each of the cells to a webpage in a web view. However, I don't want to create another view controller for each cell. Is it possible ...
0
votes
0answers
10 views
uiwebview youtube link opens youtube page instead of iphone player
I'm using a function to get a list of youtube results. When I click on one of the results in my uiwebview it tries to open a youtube page instead of opening up the video in the iphone movie player. ...
2
votes
1answer
40 views
UIWebView inside UITableViewCell flash white and incorrect size
this is the repo i made.
https://github.com/lifesaglitch/UIWebViewFlashWhite
The basic idea is:
I have an expandable table view, with 2 cells: header cell and content cell.
when click on header ...
0
votes
1answer
20 views
page not loading in uiwebview storyboard
I am trying to call a method from another UIViewController which takes in a string(url) as parameter and opens it in UIWebView. Below is the code of the IBAction in the UIViewController class:
...
0
votes
0answers
25 views
Like box facebook ios
I have a html page that contain only a Facebook like box.
When i load the url of the page in safari, it work perfectly, but when i load it in UIWebView
always i have white screen.
Can some one help ...
2
votes
2answers
66 views
Loading a UIWebview when pressing a UIButton
I am developing a simple testing app for iPhone. I want to click a button to change the URL of webview, then load the new URL. Here is my code:
NSString *nurl = [NSString stringWithFormat: ...
1
vote
0answers
16 views
Twitter & Facebook access to webView
I am making an iOS app in which users login to Facebook and Twitter through the iphone accounts.
However, once they are logged in, if I load a Webview with a url leading to Twitter or Facebook, the ...
0
votes
1answer
24 views
iOS: Load UIWebView automatically
I have two viewControllers. In my first viewController I prepare a web address and as soon as I hit a button the second view controller should open the address in a web view.
I am not sure how to load ...
0
votes
1answer
14 views
Opening ads within UIWebview?
Is it possible to open ads from either Admob or iAd ads in a UIWebview within the same app rather than in safari?? cheers
0
votes
0answers
11 views
ADFS login using UIWebView
In Safari ADFS login is working. Unfortunately using UIWebView it does not work (the credentials dialog does not appear). How can this issue be solved? Thanks for your help in advance!
-1
votes
1answer
28 views
Load only a div from website in UIWebView [closed]
I'm developing an iOS 6 app and I'd like to load only a div from a website in a UIWebVIew, just like in jquery .load(url #container). Is this possible?
0
votes
1answer
9 views
scroll div but not entire webview
Is it possible to prevent a uiwebview from scrolling around, but to also have a div that can scroll?
I have a jquery navbar and want a scrollable div underneath with many images. I'd like to be able ...
1
vote
0answers
23 views
Unable to display macro enable word file in UIWebview
I'm trying to display MS office files(word,powerpoint,excel) using UIWebview some of the files have macros enable UIWebview is unable to display these files any idea why this happen? is there a way to ...
0
votes
1answer
22 views
UIWebView local Resource main bundle html file
I've tried almost every way of loading an html file into an UIWebView that has images and resouces in the main bundle. The web page always loads but I can never get the images to show up.
NSString ...
0
votes
2answers
25 views
Best way to hide content from UIWebview?
I have a UIWebView into a mobile website that I run, and would like to hide some links when it's seen by the WebView--but not mobile Safari. It seems like there's several approaches to this:
...
1
vote
0answers
18 views
Video Embedded in HTML5 won't play in UIWebView
I am loading up a website that has a video embedded in the code on the 5th 'page'. This video plays just fine in the full Safari, but I'm having an issue in my app. The code for loading it is:
- ...
0
votes
3answers
35 views
UIScrollView subviews contents size issue
I am using a scrollView, in which i have added some static content in a container view and below this container view i have added a web view and added both these views into my scrollView, I dont want ...
0
votes
0answers
30 views
Load iFrame in iOS UIWebView
I have a local html iframe code. My Problem is The i frame content not load in IOS UIWebView.
My Code is
<iframe style="width: 100%; height: 100%; border: medium none; -moz-user-select: none; ...
1
vote
0answers
26 views
How can you handle touching a link within a UIWebView when you have a UIView overlay directly on top of it?
I've been researching how to use a UIWebView embedded in a UIScrollView for a while now and cant seem to find an easy fix to my problem. I'm using a UIWebView because a UITextView, although allowing ...
0
votes
1answer
29 views
UIWebView hidden by keyboard
I have iPad app with view and uiwebview in it. It is on the bottom with size smaller than keyboard (e.g. 300x200). In webview is page with form loaded.
When I tap into some textfield, keyboard pops ...
0
votes
0answers
17 views
leak found in webcore?
I am adding webview to tableview cell, tableview is one of a subview of scrollview, scrollview is enabled paging so multiple table view added in scrollview
, I try to run using instruments, got the ...
0
votes
1answer
29 views
UIWebView Text Selection: only selecting text, not entire elements, like iBooks?
When using UIWebView and CSS3 Columns, if I select text that is split/broken by a column break, then that UIWebView has a seizure and starts behaving...erratically.
Since the text or element is ...
0
votes
2answers
41 views
Display a local web page in a UIWebView
I am trying to display a local web page in a UIWebView. The local web page is a PHP file and stored in the Supporting Files folder then a folder I created called webpages. I tried this code but it ...
0
votes
0answers
27 views
Playing Youtube Video from UIWebView inside UIModalPresentationPageSheet limits full screen to size of modal view
I have UIWebView inside a modal popover that's a PresentationPageSheet style. When Youtube videos are played in full screen the expected behaviour is for them to popover full screen. Instead they just ...
1
vote
1answer
26 views
Simulate tap in iOS webview with button
I am trying to build an app for people with disabilities who are unable to use gestures such as swipe and pinch. I realise there is no way to simulate taps inside iOS however is it possible to somehow ...
0
votes
0answers
18 views
Blank page browsing a mobile site in a webview
I've an app that's on the AppStore from an year ago. Initially all was working properly.
In the app there's the possibility to check the weather conditions of the sea, and I use mobile.ilmeteo.it. ...
0
votes
0answers
20 views
That is IOS's code ,how to make it in Android [duplicate]
(void)webViewDidFinishLoad:(UIWebView *)webView
{
NSString *lJs = @"document.documentElement.innerHTML";
NSString *lHtml = [webView stringByEvaluatingJavaScriptFromString:lJs];
...
0
votes
1answer
25 views
uiwebview interrupt vs error
I have an UIWebView in my iOS app, which displays a very long web page. If the page fails to load for some reason, I display an alert in my webView:didFailLoadWithError: method. However, it is ...
0
votes
2answers
45 views
How to resize webview according to screen resolution in iphone app?
I am using storyboards. I am unable to resize webview according to the screen size in my storyboard.
I want header to be of same size for both resolution but change the height of webview according ...
0
votes
1answer
23 views
creating a UIWebView dynamically on a UIViewController
I need to fill UIViewController with UIWebView dynamically. I am using the UIWebviewController to load automatically on iPhone and iPad. I am using a UINavigationController to push the ...
1
vote
1answer
31 views
Zooming and UIWebView
I am having a problem with UIWebView. My application displays pdfs from local memory and displays them in a webView in fullscreen mode. By default, when the page loads, the content is apparently set ...
0
votes
1answer
55 views
webViewDidFinishLoad called multiple times for single loadrequest
I have been using webView delegate successfully from long time. But recently I faced strange issue with this delegate. In my current project I am trying to access my router from webview. I am passing ...
0
votes
2answers
52 views
UIwebview automatically shrinks even after assigning height from code
I have a UIwebview inside a UIscrollview. I have made the View controller size to freedom to allow scrollview.
I have given the height of scrollview = 1000 and webview = 200 in storyboard.
Now, in ...


