Start a new topic

Documentation Error

In the section Communication between JavaScript and Android Native (Java) of the Javascript API, this line:

architectView.callJavascript(newData('" + poiDataAsJson +")')

should be changed with:

architectView.callJavascript('newData(" + poiDataAsJson +")')


link: https://www.wikitude.com/external/doc/documentation/latest/android/samples.html#communication-between-javascript-and-android-native-java

1 Comment

Hi Francesco,


thanks for taking the time and sending this to us - very much appreciated. Your correct version is now in the documentation and will be live with the next deployment.


Thx

Phil

Login or Signup to post a comment