Tagged Questions
0
votes
0answers
17 views
can I detect a user on Mobile Safari (iphone) VS UIWebView (WebKit) with javascript?
I'd like to be able to tell the difference between a user hitting my website on normal Safari as included in iphone or ipad, VS a user who is hitting the same content through a UIWebView within a ...
-1
votes
1answer
16 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 ...
0
votes
0answers
11 views
Differentiate Touch and Swap Event in Javascrip
I have a image gallery which I used for swaping images. In gallery I used touchstart, touchmove, touchend and touchcancel events. But now I need to handle the touch event as well. So, I do I ...
0
votes
1answer
20 views
iPhone's Safari: why geolocation prompt appears twice?
Consider the following iPhone scenario:
Select Settings->General->Reset->Reset Location & Privacy (just to ensure all warnings are cleared as a preparation to this test)
Open Safari and point to ...
0
votes
1answer
18 views
How to change html text font size in uiwebview
In my application I am loading HTML String which is coming from server, the string already contain font color and font size but I need to change the color and size of the font. To replace that I have ...
0
votes
0answers
15 views
Open HTML links in Safari when viewed in UIWebView using html/Javascript
On a website i'm developing, when viewed on an iPhone application (UIWebView) i want all links to open in Safari and not inside the UIWebView.
I'am looking for an HTML/Javascript only solution and ...
1
vote
0answers
19 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 ...
0
votes
3answers
65 views
Loading UIWebView from a slideview
I have a UIViewController that looks similar to this.
On the left side is a TableViewController with cells and on the right side is a UIWebView. Upon clicking the cell I would like to load a ...
0
votes
0answers
51 views
iPhone : Play YouTube video with <iframe>
I know there's some of questions already asked for this, but it's a different one, I'm getting the following response to a YouTube video from my server which also added the same video on the website ...
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 ...
8
votes
2answers
216 views
Keyboard slideout causes UIWebView to shift left
My app is powered by a full screen UIWebView. It works well except when the keyboard is brought up the view is shifted over about 10 pixels leaving a white gap (see screenshot below).
Does anyone ...
0
votes
5answers
539 views
Change font size for web view in Iphone SDK
I have implementing feed parsing & get the content as a string. Now, I am making html file through it programetically. Load that HTML in the Web view. My web View is the subview in Table View ...
2
votes
0answers
170 views
UIWebView tel: phone link delegate not called on iPad (but it works on iPhone)
My UIWebView shows a web page which contains the URL tel:+123456789
<a href="tel:+123456789">Phone link</a>
When I click on this link on iPhone, my UIWebViewDelegate gets called ...
0
votes
2answers
1k views
Getting selected text when UIMenuController is shown
When the user selects some text in UITextView or UIWebView, UIMenuController is shown. Is there any way to access this selected text programmitically?
I need it because I want to add custom item to ...
13
votes
5answers
4k views
Adding a header view to a UIWebView similar to Safari and Articles
I'd like to add a header view to an UIWebView similar to the address/search bar in MobileSafari and the excellent Articles.app by Sophia Teutschler. More precisely, I'd like to create a "pull to fix ...