5.1.0
The ready state checker is implemented. If the client sends a message before the webView has loaded the web page, it waits for the JS library is ready. When the library is ready, the client retries to send automatically.
JavaScript
- Add
KM.isReady
method. - Add
KM.setReadyEventListener
method.
Android
- Add
Client#isReady
method. - Add
Client#readyEventListener
property.
iOS
- Add
Client#isReady
property. - Add
Client#readyEventHandler
property. - ConsoleLogAdapter supports
console.assert
in JavaScript.