my java script sends a message to thunkable using:
window.parent.postMessage(JSON.stringify(messageContent), ‘*’);
ON the thunkable-end I use webViewer->ReceiveMessage->getObjectFromJSON->message
to receive the message and retrieve it correclty…Store it in app variable “encPass” and display it using messagebox. When another function in the same screen uses this app variable “encPass” it becomes unreachable and not accessible.
This worked correctly initially but now is not functioning.