Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brodycj/cordova-pgb-dialog-test-windows10-arm
Cordova PhoneGap Build dialog test app for Windows 10 (arm) - WORKING OK ON MY MOBILE DEVICE
https://github.com/brodycj/cordova-pgb-dialog-test-windows10-arm
Last synced: about 1 month ago
JSON representation
Cordova PhoneGap Build dialog test app for Windows 10 (arm) - WORKING OK ON MY MOBILE DEVICE
- Host: GitHub
- URL: https://github.com/brodycj/cordova-pgb-dialog-test-windows10-arm
- Owner: brodycj
- Created: 2016-10-27T10:50:48.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-10-27T10:51:14.000Z (about 8 years ago)
- Last Synced: 2024-07-31T00:17:16.481Z (5 months ago)
- Language: HTML
- Homepage:
- Size: 189 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cordova PGB dialog test for Windows 10 (arm)
Demonstrate dialogs working for Windows 10 on PhoneGap Build. Based on: [brodybits / Cordova-sqlite-bootstrap-test](https://github.com/brodybits/Cordova-sqlite-bootstrap-test)
May be used as a starter project.
**AUTHOR:** [@brodybits (Christopher J. Brody aka Chris Brody)](https://github.com/brodybits)
**LICENSE:** [CC0 1.0 (public domain)](https://creativecommons.org/publicdomain/zero/1.0/)
**NOTE:** This project includes JQuery (2.2.4) and Bootstrap (3.3.6) 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
- Bootstrap (3.3.6) - included (MIT license)
- JQuery (2.2.4) - included (MIT license)
- `cordova-plugin-dialogs` - specified in `config.xml`NOTE: `cordova-plugin-dialogs` was added using the `--save` flag to ensure that this plugin would be automatically installed. It is recommended to use the `--save` flags to add any other plugins rather than adding such plugins to git.
## Functionality
- Show a native alert dialog
- Follow link to page 2
- Change window.location to page 2## 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()`.