I am launching a SCORM compliant course from a webview, which in turn opens another webview containing the course itself. I wish to maintain the API in the original webview to receive response from the webview containing the course once its closed.
I have tried adding two webviews to a page with webview one containing the launch page and webview two containing the course but when I close webview two the data is not updated in webview one.