I'm building a Cordova app which has a link to an external site (https://www.example.com). I need the page to open in a full screen browser window(address bar hidden) on clicking a button in the app. Is there a way this can be done? Thank you in advance.
EDIT
I've tried using the inAppBrowser but the reason it isn't working is because the external site that I'm opening requires a windows authentication. Because the inAppBrowser is the topmost view, the popup for the windows authentication doesn't show up and hence, I'm unable to view the page.