Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This is done by performing a Javascript command in the MazeMap webview.

Image RemovedImage Added

...

300pxPerforming JavaScript commands in a webview

 In Android, use WebView.postWebMessage to send the message. If you must support an older Android SDK which does not implement postWebMessage, you can alternatively use evaluateJavascript(), e.g.:

...