InAppBrowser and Unity Communication Example

After clicking on a button, InAppBrowserBridge will receive ping message.

JSExecute object listens for such messsage, and as a response will call alert('pong!'), proving that communication works in both directions.

Click here to send "Ping" to Unity