Questions tagged [iphone-web-app]

186 questions
0
votes
1 answer

How to interact iphone with PHP/MySQl web server

I want to interact my Iphone application with a php website having MySQL database. What basically I want is to fetch data from MySQL database and display it in my IPhone application and after doing some processing in IPhone I want to retrun some…
Gaurav Arora
  • 277
  • 3
  • 5
  • 13
0
votes
1 answer

iOS Offline Web App - Progress bar?

I'm making an offline web app that looks like it'll be around 1.5MB. Is there anyway to check that all of my offline files in the manifest were downloaded when the user bookmarked my app? Or better yet, a progress bar like it was a iTunes App…
0
votes
1 answer

How to improve the scroll performance of webapp in webview of retina device

I have a iPad3(ios5): I load my webapp html locally,I disable all the css3 effect like box-shadowand everything I can optimize like what I used to optimized a website, etc. And All my effort focus on css/html(I don't even execute any javascript),yet…
Lanston
  • 11,354
  • 8
  • 32
  • 37
0
votes
0 answers

Iphone webApp Barcode Scanner

I have seen multiple examples of like below: http://ilevelupapps.com/scanner-go http://www.pic2shop.com/developers.html I'm wondering if there is a way or if even possible in my case to have a webApp on an IOS device displaying in full screen to…
user524156
  • 715
  • 2
  • 10
  • 16
0
votes
1 answer

Querying SQLite database from file using Javascript

I am building a web app with offline database browser. I've got a .db3 file, but can't open it directly using sql.js or html5sql.js. What kind of loader do I need?
naorunaoru
  • 31
  • 1
  • 3
0
votes
1 answer

"Error: Calling parameters do not match signature" when using ajax-jquery in iphone web app

In creating a iphone web app, i used magento XML RPCto call magento web services. With the help of jQuery XML RPC i can access the magento web services.My code,
Sabarish
  • 1,184
  • 3
  • 14
  • 35
0
votes
0 answers

Uploading Multiple Images with Phonegap

I'm looking for some advice on the best practice for uploading multiple images to a server via Phonegap. Currently I have an app that will open the camera, take a picture, and then upload that as base64 data along with other form data via POST. I…
Ben
  • 291
  • 1
  • 3
  • 16
0
votes
0 answers

iPhone web applications apple-touch-startup-image

How to stop device orientation when splash screen is shown for iphone web app .
alpersenyurt
  • 204
  • 5
  • 11
0
votes
0 answers

iPhone splash screens for web applications

I know iphone(web app) doesnt support landscape mode for splash screen in web app.But ı have to force splash screen to landscape mode because when app is opened landscape mode splash screen is shown badly.how can ı do it?
alpersenyurt
  • 204
  • 5
  • 11
0
votes
2 answers

When open an URL in webapp, how to display the new page in it without jump to Safari?

I have two page in one directory for an iOS web app. One is index.html, the other one is detail.html. In index.html, there is a link to detail.html like this Redirect I opened index.html in iPhone's safari, then I…
OpenThread
  • 2,096
  • 3
  • 28
  • 49
0
votes
1 answer

ipad web app not adjustd for portrait mode, uiwebview,

I've a web application for iphone/ipad. When I view it in mobile safari it appears good both in landscape and portrait mode. But when I open it in my own ipad web app (under uiwebview), it appears good in landscape mode, but contents are cut-off in…
aqavi_paracha
  • 1,131
  • 2
  • 17
  • 38
0
votes
1 answer

iScroll messing up iWebkit framework

I am developing a web app using the iWebKit framework. I am trying to have the top bar fixed. So I tried using iScroll. I followed the instructions of iScroll but somehow it is messing up the iWebkit. I am not sure what I am doing wrong. Any help or…
0
votes
2 answers

Open google map taking the address from PHP variable

I have an address stored in a php variable (say $add). I am trying to create a link in my Web App, which when clicked will open the Google Maps App in the iPhone with the $add marked. I don't want to embed the map in the web app. Can anyone give a…
0
votes
1 answer

Iphone webapp keep alive

I am currently developing a web app application for iphone The main fonctionnality of this app is to collect GPS data in a regular way ( every 10 sec ) in order to be sent via AJAX to a WebService and saved... the problem is that after a few…
Noname
  • 25
  • 1
  • 6
0
votes
1 answer

Example for Webapps (ios & android)

I have an nice app idea and have to decide wether to code 2 native apps - android and ios or to code an webapp, which will speed up my development really much. but after some research about Webapps (embeded in an WebView) i have one little…
jacksbox
  • 911
  • 1
  • 11
  • 24
1 2 3
12
13