https://github.com/ryaa/ionic-native-device-orientation-watch-heading-bug
Repositor to demonstrate that ionic-native device-orientation (https://ionicframework.com/docs/native/device-orientation) does not clear the watch heading timer
https://github.com/ryaa/ionic-native-device-orientation-watch-heading-bug
Last synced: 12 months ago
JSON representation
Repositor to demonstrate that ionic-native device-orientation (https://ionicframework.com/docs/native/device-orientation) does not clear the watch heading timer
- Host: GitHub
- URL: https://github.com/ryaa/ionic-native-device-orientation-watch-heading-bug
- Owner: ryaa
- Created: 2020-09-16T13:26:35.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-16T13:39:19.000Z (over 5 years ago)
- Last Synced: 2025-07-05T18:32:15.181Z (12 months ago)
- Language: TypeScript
- Size: 364 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Prerequisities
* [Git](http://git-scm.com/) and [Source Tree](https://www.sourcetreeapp.com/) to manage sources - see the installation instructions on the site
* [Node.js](http://nodejs.org/) - install the latest LTS node version (for example, node 12.18.4 - see the installation instructions on the site)
NOTE: It is recommended to install and use nvm (see https://github.com/creationix/nvm) and install node 12.18.4 by issuing `nvm install v12.18.4`
* Switch to node 12.18.4 by issuing nvm use 12.18.4
* [Ionic CLI](http://ionicframework.com/docs/cli/install.html) - install the latest stable ionic cli version
* Install Capacitor Required Dependencies for Android Development (see https://capacitor.ionicframework.com/docs/getting-started/dependencies/)
# Instructions
## Initial setup
1. clone the source code repository
2. change to project repository directory (the directory where you cloned the repo)
3. execute the command `npm install`
4. execute the command `ionic build`
5. run `npx cap sync` to copy the build from www to the native projects and sync native plugins and then `npx cap open android` to open projects in Android Studio or XCode, then build from there