Added this to my site:
<meta name="apple-mobile-web-app-capable" content="yes">
While most people ask how to disable the callout in a fullscreen web-app, I need to enable it.
I will basically have a slider containing iPhone wallpapers, so I want to enable users to save the image, just like they would do in regular Safari.
Here's my demo, you'd need to add it to your homescreen and then open it from there. Saving images is disabled - why?
Is this even possible?
NOTE: specifying -webkit-touch-callout: inherit;
doesn't do anything.