iphone-web

How do I ignore the action of appearence of actionSheet when holding down a link for a seconds in UIWebView

I have noticed that the app "Reeder" is using the UIWebView but ignores this event. it displays a custom view instead of the original UIActionSheet view. ...

Iphone-web, jQuery: How can i make slider on web page to slide as the user slides finger on slider?

Anybody do something like that? ...

iWebkit, iPhone Zooming

Hi Guys, I am working on a mobile website built for the iPhone. The issue I am facing is related to zooming. I have a page that contains an iFrame on another page presenting an image. I set that main page to be scrollable, and it does scroll... Its not the prettiest thing, but it functions well. When I "Add Link To HomeScreen", the s...

sending post data from Iphone

Hi All... I want to send post data from Iphone. I have to send a dictionary(K-V pairs) with 8 k-v pairs. What is the best way to post all these 8 K-V pairs from Iphone. I want that i should pass only Id(one of K-V pair)in the URL & remaining K-V pairs should be sent via post. if there is something like that?? ...

How can I see on my iPhone the rails app is running on my mac via Passenger

Hi there, I'm developing a rails app, now I'm working on the CSS specifically for iPhone, on my mac. I've my app running via Passenger at http://whatever.local It'd be nice to access via iPhone to the same URL so I can test my CSS quickly. But how? Thank you, Leo ...

JavaScript Broken in UIWebView's "Start Load" Callback

I'm trying to execute some JS before the page's onLoad event fires. But I'm having trouble successfully calling stringByEvaluatingJavaScriptFromString in the webViewDidStartLoad delegate method. To reproduce the issue, you can use the following code. Delegate implementation: -(void)webViewDidStartLoad:(UIWebView *)webView { [webV...

What changed in mobile Safari due to the iOS 4.0 upgrade?

Where can I find a list of the changes to iPhone Safari's handling of CSS, HTML, JavaScript etc.? Behaviour changes, deprecated -webkit extensions and also new features and capabilities. I didn't have any luck with a quick Google search or scanning the Apple developer pages, and a changelog would help a lot before I start attempting to ...

iOS 4 web app viewport scaled in landscape

Hello, I have trouble with Safari included in iOS 4. I created application which should have same scale in portrait and landscape mode. However, iOS 4 zooms the viewport when changing from portrait to landscape orientation, although I included following viewport meta tag: <meta name="viewport" content="width=device-width, initial-scale...

Opening my JQTouch Iphone WebApp for the home icon, why every external link open in another safari window?

Hi, Using the JQTouch library, usely links like the following ... should open the new page in the SAME window. That works fine when I go to the site using Safari BUT when I launch the site from the home saved icon, it opens a fullscreen site and on the first link it opens a NEW Safari window. How can I make it stay in the same original ...

Programming for IPhone - Do you really need to learn Objective-c?

Looking on-line I saw that I can write most of the application in Ansi-C code or as a website and present it in a webView control. Then besides some general knowledge about iOS and the API... Do I really need to learn Objective C? ...

in iPhone, window.innerHeight is returning document height instead of window height

Hello Experts, I have seen window.innerHeight has been used in jQtouch and spinning wheel @ 'http://cubiq.org'. But when I use this in our iPhone webapp, its returning document height instead of 'window height'. Any clue why its behaving like this. We are rendering pages in "strict mode" ( specified doctype as html) Many Thanks, Hari ...

how to send contact us form to mail box from iphone application

hi all. I have a contact us form in my iphone application. with first name last email phone no. and Message field I want to send this information to email adress say abc.gmail.com can any body guide me how to do this. i have tried a tutorial it working but mail is not receiving to my mail box. can any body help me or...

iPhone home screen bookmark & persistent cookie

When a webpage is bookmarked on the home screen of an iPhone, persistent cookies seem to get lost each time the app is opened. Is there a way to keep the cookies alive? ...

Can I decently program for the IPhone on the Mac Mini?

Our company is buying me a mac and essentially it is up to me to get what i want. Will the MAC mini be adequate? I already have 2 22 inch monitors that can possibly hook up to the Mini. ...

as there anyway to enable user to zoom text in UIWebView in iphone applicaiton.

hi all. I am display text in UIWebview as there any way to enable user to zoom the text when they are reading the text.I have set font to 4 in html string. Thanks In Advance. ...

iphone: problem in reading header information for multiple redirects(302)

Hi I am accessing web pages using Http Post method.The process that i am following is mentioned below 1) Making an synchronous POST request with User name and password and the request URL 2) I am retrieving response as NSData in )webView shouldStartLoadWithRequest method. 3) Retrieving header fields from the response in NSDictionary. ...

Best size of page to display in webview.

Hi all. I want to creat a php page named contact us especially for iphone to display it in webview.current page of contact us on website is large and its visibly it not good looking in webView. What size of page should i made in order to diplay it clearly in iphone UIWebView. ...

Does the iPhone support cookies when a webpage is opened in fullscreen mode?

I can't find this information anywhere. Does the iPhone allow cookies to be stored when a webpage is opened in full screen mode (by placing a link on the home screen)? ...

iPhone Web App splash screen delay

I've built an iPhone web app and have done all the steps to make it look like a native app: app icon, prevent scrolling, prevent selection, use touch-based js methods, etc. However, I'm having a tough time with the splash screen. I have tried a 320x460 PNG and JPEG, cached with a manifest file. The splash image does appear, but only aft...

Dashcode - fun with Value Transformers

I'm creating a Dashcode App that displays products that have won one or more awards. The Data Source has a column/field for each award that the product may win (products may win multiple awards). The column has 'Y' if they won that award and is null if they didn't. So I'm binding the column from the data source to an image object and ...