-
Notifications
You must be signed in to change notification settings - Fork 0
Simple barebones mobile application example, using JQuery Mobile, PhoneGap, and Persistence.
License
elijh/mobile-skeleton
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
A skeleton smartphone app using jquery mobile and persistence. To try it locally in the browser, open index.html in Chrome. Chrome is the browser of choice for HTML-based smartphone apps, because it is most similar to the webkit found in Android and iOS. This sample app is designed to work without the need to run a local webserver. Because Chrome does not allow javascript to load local files, all the content and script used for the application must be specified in the index.html file. This makes the design of the app more awkward, but allows people to test an app without running a local webserver. To customize this app, edit these files: seed.js This file should contain a JSON dump of the data you want to seed the database with. It should set the variable 'seed'. app.js This file contains all your application code. index.html This file contains your HTML.
About
Simple barebones mobile application example, using JQuery Mobile, PhoneGap, and Persistence.
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published