Is there any way to manipulate or disable the new history effects that occur when swiping in from the side of the display?
Or a way to recognize if the swipe or button was used for going back/forth in the history?
Is there any way to manipulate or disable the new history effects that occur when swiping in from the side of the display?
Or a way to recognize if the swipe or button was used for going back/forth in the history?
There's no API for this.
The only "solution" is to get users to save your web app to the home screen (you'll need to set the <meta name="apple-mobile-web-app-capable" content="yes">
meta tag).