I´ve made an HTML page for downloading a corporate iPhone application (via plist distribution).
<div>
<a href="itms-services://?action=download-manifest&url=https://www.example.com/example.plist"><img style="margin-left:auto;margin-right:auto;display:block;margin-top:22%;margin-bottom:0%" src="download.png"/></a>
</div>
Now on IOS7 when clicking the link the focus of page vanishes and the home screen is shown where you can follow the downloading progress.
On IOS8 when clicking the link the html page does not lose focus. The home screen is not shown and the user cannot follow the download progress.
Any ideas?
Thanks.