Is there a way to load a secure https URL within an AngularJS mobile application without using an iframe? I attempted Ajax but encountered issues with the same origin policy preventing anything from loading. The inappBrowser solution also did not fully integrate into the app's div container. Any suggestions for how to successfully accomplish this task?