Navigation Back to ionic App URL with Data

Hey Guyz,
I am really big fan of ionic and cordova apps, I have already developed couple of apps successfully :blush:

Right now, I am facing a trouble of navigating between pages and with communicating with Data.

For Example, we are having ionic application… and there’s one more page I have created out of this application to run the SCORM course… page called ā€œscormWrapper.htmlā€ā€¦ I redirect user to scormwrapper.html page with course related path and parameters. I get SCORM data on that page… which I want to take data and come back to ionic’s one particular state. This is not happening right now.

I am opening scormWrapper in window.top only… using ā€œwindow.location.hrefā€ā€¦ and this is also because I am decrypting stuff/resources on the go from native. It works as I have already completed this part…

Problem is… I want to go back with scormdata to ionic app, to store data in sqlite database… and open particular screen for success message.

Please help me out with this guyz

Thanks a lot