https://github.com/boundstate/capacitor-allow-navigation
Sample project to reproduce allowNavigation issue
https://github.com/boundstate/capacitor-allow-navigation
Last synced: 3 months ago
JSON representation
Sample project to reproduce allowNavigation issue
- Host: GitHub
- URL: https://github.com/boundstate/capacitor-allow-navigation
- Owner: boundstate
- Created: 2019-11-18T18:12:24.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-10-12T07:19:01.000Z (over 3 years ago)
- Last Synced: 2025-04-08T22:32:26.300Z (about 1 year ago)
- Language: HTML
- Size: 32.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Created with Capacitor Create
This app was created using the `npx @capacitor/cli create` command, and comes with a very
minimal shell for building an app.
Note: unless you know what you're doing, we don't recommend using the `create` way of building an app. Instead, you'll
likely want to create an app using your framework's tooling (such as `create-react-app`), and then *add* capacitor
to *that* project (using `npx @capacitor/cli init`).
### Running this example
To run the provided example, can use serve command:
```bash
npx cap serve
```