...
This is done by performing a Javascript command in the MazeMap webview.
...
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.:
...