Re: Add Meta Information
Reply #2 –
One solution found was with a custom script on the PHPRad itself.
Here is the code:
$(document).ready(function() {
/* Tags para dispositivos moveis */
$("head").append("<meta name=apple-mobile-web-app-capable content=yes>");
$("head").append("<meta name=mobile-web-app-capable content=yes>");
});