I'm creating a web App for mobile devices, but i have an issue with the footer toolbar in iphone, i just want to hide or remove it but i trying without results.
I was reading in apple support for use some metatags like that:
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
But the toolbar is always showing up...
Is there any way to hide it and make a "Looks like" native application?