WebView ↔ Flutter Bridge

Test page for TirazhiChat postMessage API

Action
Show modal
{"action":"showmessage",...}

Message log

Waiting for messages...

How it works

Inside the app WebView the page calls window.TirazhiChat.postMessage(JSON.stringify(payload)).

In a regular browser the bridge object is missing, so the payload is only logged below.