Skip to content

5.1.0

Compare
Choose a tag to compare
@HituziANDO HituziANDO released this 12 Apr 11:01

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.