Home

Awesome

Cordova sqlite ext pre-populated database bootstrap starter

AUTHOR: @brodybits (Christopher J. Brody aka Chris Brody)

LICENSE: CC0 1.0 (public domain)

NOTE: This project includes JQuery (3.3.1) and Bootstrap 3 (3.3.7) under the MIT license. Otherwise there is no code copied from other sources.

IMPORTANT: Whitelist and intent items are omitted from this test app.

Dependencies

IMPORTANT NOTE: cordova-plugin-dialogs and cordova-sqlite-ext were added using the --save flag to ensure that these plugins would be automatically installed. It is recommended to use the --save flags to add any other plugins rather than adding such plugins to git (this is automatic starting with Cordova 7.0).

Additional note: cordova-plugin-dialogs does not currently support macOS ("osx"). As a workaround this project automatically uses window.alert if necessary.

How to run

  1. Add the desired platform(s), for example:
cordova platform add android
  1. Do cordova prepare (not always be necessary but good to be on the safe side):
cordova prepare
  1. Run it on your mobile emulator or device, for example:
cordova run android

Functionality

Multi-page test

It is possible to switch between two pages using "follow link" buttons. The main page also has a button to go to page 2 by changing window.location. There is also a button on both pages to try location.reload().

The sqlite plugin should continue to work after the user changes to another page or triggers location.reload().