Follow along with the video below to see how to install our site as a web app on your home screen.
Anmerkung: This feature may not be available in some browsers.
header('content-type: text/xml');
header('Content-Disposition: inline; filename=gadget.xml');
kannst du mir mal den kompletten code von datei.php und gadget.xml zeigen?
danke
<?php
header('content-type: text/xml');
header('Content-Disposition: inline; filename=gadget.xml');
echo '<?xml version="1.0" encoding="UTF-8"?>
<Module>
<Content type="html">
<![CDATA[';
echo 'kA was^^';
echo '
]]>
</Content>
</Module>';
?>