Hey Guyz,
I am really big fan of ionic and cordova apps, I have already developed couple of apps successfully
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