https://github.com/mrblueblue/branch-iframe-test
show case of SPA refreshing when clicking branch iframe mobile action
https://github.com/mrblueblue/branch-iframe-test
Last synced: 2 months ago
JSON representation
show case of SPA refreshing when clicking branch iframe mobile action
- Host: GitHub
- URL: https://github.com/mrblueblue/branch-iframe-test
- Owner: mrblueblue
- Created: 2016-01-28T16:43:30.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-28T16:44:48.000Z (over 9 years ago)
- Last Synced: 2025-02-06T01:44:48.395Z (4 months ago)
- Language: HTML
- Homepage:
- Size: 42 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Running
Insert your branch key in line 37 of `index.html`
```
npm install
npm start
```
Go to http://127.0.0.1Click a navigation link like "about". Click the mobile action in the branch banner.
You should see the route refreshed back to the root '/#'
Now go to another route in the application. Click the "Click Me" in the iFrame.
You should see no change in the route.