<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Zoom und Pan verhindern]]></title><description><![CDATA[<p dir="auto">Hallo,<br />
ich suche nach einer Möglichkeit, die Zoom und Pan Funktionen auf einem mobilen Gerät zu sperren.<br />
Ist das möglich?<br />
In der Doku ("<a href="https://www.iobroker.net/docu/index-37.htm?page_id=5026&amp;lang=de#Visualisierung_und_Verhalten" rel="nofollow ugc">https://www.iobroker.net/docu/index-37.htm?page_id=5026&amp;lang=de#Visualisierung_und_Verhalten</a>") werden ein paar Optionen beschrieben, mir ist aber nicht klar ob und wie ich die nutzen könnte.</p>
]]></description><link>https://forum.iobroker.net/topic/59256/zoom-und-pan-verhindern</link><generator>RSS for Node</generator><lastBuildDate>Wed, 15 Apr 2026 20:17:08 GMT</lastBuildDate><atom:link href="https://forum.iobroker.net/topic/59256.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 22 Oct 2022 17:15:06 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Zoom und Pan verhindern on Mon, 24 Oct 2022 15:58:15 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/starlord42" aria-label="Profile: starlord42">@<bdi>starlord42</bdi></a></p>
<p dir="auto">habe bisher nichts gelesen im forum - ich hbe aber auch nicht alles gelesen</p>
<p dir="auto">vielleicht meldet sich noch jmd, der das schon mal gemacht hat</p>
<p dir="auto">es gibt wohl eine einstellung im meta-tag - den kann man aber nicht einstellen in der vis - mit jquery könnte man den wahrscheinlich ändern, ich weiß aber nicht, ob eine nachträgliche änderung im meta tag ohne neuladen der seite (dann wäre die änderung wieder weg) eine wirkung hat ?</p>
<pre><code>&lt;meta name="viewport" content="width=device-width, user-scalable=no"&gt;
</code></pre>
<p dir="auto">du könntest noch das testen im css tab:</p>
<pre><code>html, body {touch-action: none;}
</code></pre>
]]></description><link>https://forum.iobroker.net/post/879247</link><guid isPermaLink="true">https://forum.iobroker.net/post/879247</guid><dc:creator><![CDATA[liv-in-sky]]></dc:creator><pubDate>Mon, 24 Oct 2022 15:58:15 GMT</pubDate></item><item><title><![CDATA[Reply to Zoom und Pan verhindern on Mon, 24 Oct 2022 14:40:40 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/liv-in-sky" aria-label="Profile: liv-in-sky">@<bdi>liv-in-sky</bdi></a><br />
OK, danke. Ich hatte die Hoffnung, dass es hierfür eine Standard-Einstellung gibt.<br />
Ich habe schon gesucht, bin aber bisher nicht fündig geworden.</p>
]]></description><link>https://forum.iobroker.net/post/879200</link><guid isPermaLink="true">https://forum.iobroker.net/post/879200</guid><dc:creator><![CDATA[StarLord42]]></dc:creator><pubDate>Mon, 24 Oct 2022 14:40:40 GMT</pubDate></item><item><title><![CDATA[Reply to Zoom und Pan verhindern on Sun, 23 Oct 2022 10:15:16 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/starlord42" aria-label="Profile: starlord42">@<bdi>starlord42</bdi></a> ich weiß leider nix mehr dazu - evtl mal googeln :-)</p>
]]></description><link>https://forum.iobroker.net/post/878447</link><guid isPermaLink="true">https://forum.iobroker.net/post/878447</guid><dc:creator><![CDATA[liv-in-sky]]></dc:creator><pubDate>Sun, 23 Oct 2022 10:15:16 GMT</pubDate></item><item><title><![CDATA[Reply to Zoom und Pan verhindern on Sun, 23 Oct 2022 09:54:01 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/liv-in-sky" aria-label="Profile: liv-in-sky">@<bdi>liv-in-sky</bdi></a><br />
Unter Android-Chrome (Samsung Galaxy S10) hat das css bei mir keinen Effekt. <img src="https://forum.iobroker.net/assets/plugins/nodebb-plugin-emoji/emoji/android/1f615.png?v=ba16ebd4856" class="not-responsive emoji emoji-android emoji--confused" style="height:23px;width:auto;vertical-align:middle" title=":confused:" alt="😕" /><br />
Auf einem iPhone (Safari) kann ich nicht mehr zoomen. Panen geht weiterhin.</p>
]]></description><link>https://forum.iobroker.net/post/878441</link><guid isPermaLink="true">https://forum.iobroker.net/post/878441</guid><dc:creator><![CDATA[StarLord42]]></dc:creator><pubDate>Sun, 23 Oct 2022 09:54:01 GMT</pubDate></item><item><title><![CDATA[Reply to Zoom und Pan verhindern on Sat, 22 Oct 2022 18:44:46 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/starlord42" aria-label="Profile: starlord42">@<bdi>starlord42</bdi></a></p>
<p dir="auto">wenn ich das hier in den css tab im vis editor einfüge, kann ich unter firefox und chrome nicht mehr zoomen - unter android</p>
<pre><code>:root {
  touch-action: pan-x pan-y;
  height: 100% 
}
</code></pre>
]]></description><link>https://forum.iobroker.net/post/878196</link><guid isPermaLink="true">https://forum.iobroker.net/post/878196</guid><dc:creator><![CDATA[liv-in-sky]]></dc:creator><pubDate>Sat, 22 Oct 2022 18:44:46 GMT</pubDate></item></channel></rss>