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…

hey_suburbia
- 389
- 3
- 16
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,