Hi All,
I am putting together a quick prototype at work to demonstrate howe we might wrap an existing web app in a phonegap application using the InAppBrowser plugin.
My first challenge is how one might get past authentication challenges if the URL referenced in window.open requires authentication - for this example simple basic http authentication.
Thank you so much for any suggestions or examples.
Warren
p.s. if anyone has a suggestion for another approach than InAppBrowser, I'm all ears. The trick is we have a fairly complex web application (order entry system) that has been developed in angular.js with a great deal of work on responsive design, so we'd like to take a look at how this app operates if slotted into a phonegap app as a distribution mechanism (it looks great from what I saw when just displaying it in the InAppBrowser with no authentication the other day).
Warren Wright
/// @wrightling