| Author |
Web app running on ipad using local db
|
Nandan Jain
Ranch Hand
Joined: Feb 14, 2006
Posts: 44
|
|
Hi,
I want to develop an application for my client which would run on ipad. Since i dont have mac and i dont know ios programming, i can develop app which runs on safari. I need to fetch data from data base because client want to author data. If i keep data base on server then there are performance issues (slow loading of images). Os there a way to keep data base locally on ipad and read it in web app running on safari?
Thanks
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56204
|
|
|
Web apps don't "run in Safari", or any other browser, they run on the server.
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
Nandan Jain
Ranch Hand
Joined: Feb 14, 2006
Posts: 44
|
|
|
Sorry. I mean my web app is hosted on server and runs on safari browser.
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56204
|
|
|
The database must be located on the net.
|
 |
 |
|
|
subject: Web app running on ipad using local db
|
|
|