We are working to get our web application to work in IE metro (windows 8.1) as a kiosk but we are having a few issues:
1. When the user swipes to go back they see (as they swipe) an image of the previous page. Is there any way to switch this off / control what image is used?
2. As a temporary measure we blank the page before submitting - this was working when I was using a server name in the url but the behaviour totally changed when using an IP in the url - when using an IP in the url the browser appears to capture an image when the page javascript is fired (could be on href click) not just at submit time.
The issue is primarily to do with a user logging out of the system but a new user being able to slowly drag from the left and see the previously submitted page. I understand that tabs should be closed etc but in this case we cannot guarantee this would happen.
Any help would be really appreciated.