iphone-web

Is it possible to take a picture from a smart phone in the browser and save to database?

I have an application that saves a user's webcam image using a pc/mac browser. Is there a way to do the same thing using smart phone cameras within the browser? I'm not really sure where I would begin. A google search didn't give me many leads. All the best, ...

How to bind the arguments in NSString in iphone?

Hi, i developing an application in which i want to bind my own parameter with an URL for http post request. But i findout the serious problem during the string binding, The code snippet as follows: NSString *mainURL1 = @"http://xxx.xxx.xx.xx/webservice/Service.asmx?op=UserDetailsNew?"; NSString *main...

Is it possible to force ignore the :hover pseudoclass for iPhone/iPad users?

I have some css menus on my site that expand with :hover (without js) This works in a semi-broken way on iDevices, for example a tap will activate the :hover rule and expand the menu, but then tapping elsewhere doesn't remove the :hover. Also if there is a link inside the element that is :hover'ed, you have to tap twice to activate the ...

jQuery i++ and i-- problems ... what on earth???

Could someone please tell me what I am doing wrong? I'm not a newbie at programming but I feel like it tonight! Every time I increment the incrementing variable it throws a fit! When add one to it, it behaves fine, but if I try to add one more to it it wants to add 2 more. And then if I try to de-increment it wants to subtract from the o...

Access Iphone Pim Data via web app

i think i know the answer to this question, but just want to make sure before i dismiss the possibility. is it possible with user permission for my web app to access pim data like the address book on a iphone, similar to how a web app can access the location service? ...

how to payment gateway implement for i-phone? with Application

how to payment gateway implement for i-phone? with Application ...

Mobile Safari iPhone Development - Multiple buttons in a row

Hello all: I'm an iPhone developer, but new to web development. I've done some basic HTML websites and made one in iWeb as well. I'm trying to branch out to mobile web development now, so I checked out Dashcode. Anyway, I'm trying to put a Call Button, Mail Button, and Map Button in horizontal alignment. I realize that I can add a Colu...

iPhone niche applications

Hi there, we want to develop a small utility for the iPhone for a very small set of users... We're thinking about developing it with PhoneGap/html/javascript as we want to make it available under other mobile platforms. Given that it's only for a small number of users within a particular organisation, would we submit that to AppStore? ...

suppress keyboard in iphone UiWebViews

I have an app that uses UiWebViews, and I need to not show the keyboard for a text field within such a view. I provide my own buttons that insert the limited sorts of text the field allows, but I also need to allow pasting (I will filter what gets pasted) and adjusting the cursor position. Any way to do this? ...

how to create folder structure in documents folder of my iPhone app

Hi friends, I have a folder structure in my server and I need to navigate through that folder at device side. I receive the folder structure in XML format. My query is :- 1) Can I create the same folder structure in documents folder of my iPhone app. 2) What would be the best approach whether to create folders at device documents folde...

Feteching/Cashing Data From UIWebView

Hi, I was wondering if there is anyway to get what is being displayed in UIWebView. e.g; you have opened bbc.co.uk in UIWebView and you wanted to save all the content of that page, Is there anyway to do that? Thanks. ...

Testing an iphone web app on windows

When developing web apps for the iphone on a mac you can test your app in either Iphoney or the apple supplied simulator; bot of them are excellent for the task but are only available for macs. So I have to ask, are windows alternative for these iphone simulators? So far I could only find this one. ...

make folder structure at device side in iphone

Hi friends, I have a folder structure at server side. Inside the folders there are files of all format like .txt, .pdf. I get the structure in XML format. Now I want to create the same folder structure that is present in server side at my iphone documents folder with only the names of files inside it and not the content of the files. ...

Preventing mouse emulation events (ie click) from touch events in Mobile Safari / iPhone using Javascript

In doing a single page Javascript app with interactive DOM elements I've found that the "mouseover-mousemove-mousedown-mouseup-click" sequence happens all in a bunch after the "touchstart-touchmove-touchend" sequence of events. I've also found that it is possible to prevent the "mouse*-click" events from happening by doing an "event.pr...

view .txt, .pdf files in iphone

Hi friends, I am getting the data of the file from network and receiving it in NSData(not saving it any were). I want to view the files without saving it anywere. I tried it with UIWebView but with no success [webView loadData:data_ MIMEType:@"text" textEncodingName:@"UTF-8" baseURL:nil]; Any hint in right direction would be highly ...

view .doc, .docx, .rtf, .ppt file in iphone using Webview

Hi friends I want to view .doc, .docx, .rtf, .ppt file in iphone. But I guess something is going wrong at my side and its not working for the above formats but my code is working fine for .txt and .pdf files. I have the read the document regarding Webview it states it supports viewing of the above document. below is my snippet for .d...

Getting iPhone touch coordinates without using javascript events?

Is there any way to get iPhone coordinates without relying on javascript callback events? touchmove generates way too many events to be used in any kind of tight loop (like a game), and without multi-threading, the only option would seem to be non-event driven input coordinates. ...

Loading...Please wait for UIWebView - iPhone

Hi guys, In Safari and other browsers, there is a bar that would indicate the percentage of the loading progress, and I, myself, trying to implement something similiar on iPhone, when loading some content in UIWebView, I would like the app to indicate the percentage of the page being loaded. I tried some google search and realize we c...

IPhone: how to have read the linenumber/contents of a doc

hi, I want to read the line number like a word doc in my iphone application. I tried using the webUI controller for displaying the doc but could not find any ways for reading the contents/line number. Is there any widget using which i can read the contents/page of the page. TIA ...

Is it better to develop a mobile website or a dedicated smartphone app

I need to decide where to invest my engineering resources and I'm wondering how other folks have decided whether to invest resources in a mobile website or smart phone applications ...