1
vote
1answer
18 views
Can I suppress the authentication dialog in a Cocoa WebView?
I'm using a Cocoa WebView object and I'd like to suppress the authentication dialog that pops down when the user types in the wrong credentials. The server is sending back a Www-Au …
0
votes
3answers
47 views
How can I check if a WebView URL is a local file??
Hi guys,
I have this question that is unsolved for me.... I need to check if the current URL of my webview is a local file in the Documents directory of my app....how can I do this …
0
votes
3answers
22 views
HIghlighting the text in PDF document iPhone xcode
Hii friends,
i am developing a e Book using a web view where i am loading the web view with PDF document.Now i want to develop the search functionality but i am not unserstanding h …
0
votes
1answer
11 views
WebView not loading Assets correctly…
I have a WebView that I'm using to display some html/image files stored in the assets/ directory. I'm able to have the WebView load and html page fine with:
mWebView.loadUrl("file …
0
votes
2answers
59 views
Image not displaying from local html on iPhone webview
I am calling an infoPage.html as below with an image from Resources and referenced as img src="eye.png" in the html, the text displays correctly but I cannot load the image (only a …
0
votes
1answer
23 views
Is there any way to have WebView auto-link URLs and phone numbers in Android?
If a page has a URL or a phone number on it that isn't a link is there any way to have WebView recognize it and automatically turn it into a link like you can with TextViews?
With …
0
votes
1answer
32 views
Android - WebView dies on resume
I have Activity with some data displayed in WebView that I load with WebView#loadDataWithBaseURL
Then I have/click menu option that fires android.content.Intent.ACTION_SEND
Choose …
1
vote
2answers
336 views
Android WebView handling orientation changes
Hi,
Just started working with the webview. The issue is performance following rotation. The WebView has to reload the page, which can be a bit tedious.
What's the best of of ha …
0
votes
3answers
39 views
Why is WebView unable to open some local URLs (Android)?
I have a WebView that I'm using to open some files stored in the assets/ directory of my project. It works fine for most of the files, but there's one in particular (and I'm sure o …
0
votes
0answers
70 views
iphone UIWebView, Landscape, Zoom!
I have a UIWebView in my app and I am having trouble making it work correctly simultaneously with landscape and the viewport zoom.
If I load pages in portrait and then rotate the …
0
votes
3answers
53 views
How do I prevent a WebView from scaling down a rendered web page?
I'm developing a Cocoa/Obj-C application that involves a WebView (from the WebKit framework). I've noticed that this WebView presents a slightly scaled-down version of the rendered …
0
votes
2answers
63 views
Set contents of webview to html string (cocoa)
Hi,
Is there any easy way to set the contents of a webview to an html string (without having to load a file)?
Thanks
0
votes
1answer
26 views
How to get a flash url in a webpage using a webframe?
As we know , When we load frame from webpage of safari, we will invoke the delegate methods of webkit informal protocol(WebFrameLoadDelegate):
webView:didStartProvisionalLoadForFr …
0
votes
1answer
45 views
Which methods and class will be invoke when reload a webpage or open a new webpage in safari
As we know , When we load frame from webpage of safari, we will invoke the delegate methods of webkit informal protocol(WebFrameLoadDelegate):
webView:didStartProvisionalLoadForFr …
0
votes
4answers
109 views
How to call Objective-C from Javascript?
I have a WebView, and I want to call a view in Objective-C from JavaScript. Does someone know how I can do this?
