Enable "save image" in the iOS web application.
Added this to my website:
<meta name="apple-mobile-web-app-capable" content="yes">
While most people ask how to disable a callout in a full-screen web application, I need to enable it.
Basically, I will have a slider containing wallpapers for the iPhone, so I want to enable users to save the image, as it would in normal Safari.
Here is my demo , you need to add it to your desktop, and then open it. Image saving is disabled - why?
Is it possible?
NOTE: specifying -webkit-touch-callout: inherit;
doing nothing.
Did this decision help you?
Save Touch Menu Save with iOS6 web applications.
Ir requires you to have a second domain, but it could just be a subdomain (?)
Success GOod!