An open API service indexing awesome lists of open source software.

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

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.1

Click 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.