Here you can experiment with various web features we need to support in our native web views
For a start, here are some articles:
Here you can test receiving events from the native app. Currently you do so by tapping the button below but eventually these will be sent from a native page once we have that implemented.
Here you can test sending events to the native app
Click the button below to simulate sending a custom event that will be picked up by the stateevents event listener.
You can see the output in the developer console of your browser
(When we have a working native web view, we will probably delete this section and instead have the native app send the event.)
Click the button below to go to a non-existent page and test the 404 error handling.