Welcome to the MAD Web sandbox

Here you can experiment with various web features we need to support in our native web views

For a start, here are some articles:

Articles

Events from native to web

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.

Events from web to native

Here you can test sending events to the native app


State Transfer

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

404 Page Test

Click the button below to go to a non-existent page and test the 404 error handling.

Go to 404 Page