Hi there!
Im developing a webApp for iphone, who have a wallpaper section.
When i run into safari, everything works fine. But when I save it to
my home screen, then run as a normal App, if I use the fullscreen meta
tag (<meta name="apple-mobile-web-app-capable" content="yes" />), the
"Save Image" dialog doesn't work anymore. I press and hold my finger
on the image and nothing happends.
I've tested with a CLEAN html, just a LINK, and IMAGE (direclty on the
body) and the meta-tag - no CSS, JS, nothing more. The dialog for the
link (to copy, save, etc) will show normally, but the dialog for the
image wont.
Any idea? Is there a function that i can call to force the dialog to
show up??
Thanks!