I\'m using basic authentication for a simple app but it stopped working in web app mode on iOS 7. It works in Safari, it worked on iOS 6 both in Safari and as a standalone web a
I found that by removing windows auth from iis, and leaving only basic with the realm set to the domain solved this issue for me.
Give that a try.