<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Infinity Code Forum — Why  "Not interact under gui (true)" doesn't work]]></title>
		<link>https://forum.infinity-code.com/viewtopic.php?id=1724</link>
		<atom:link href="https://forum.infinity-code.com/extern.php?action=feed&amp;tid=1724&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Why  "Not interact under gui (true)" doesn't work.]]></description>
		<lastBuildDate>Tue, 23 Mar 2021 14:02:10 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Why  "Not interact under gui (true)" doesn't work]]></title>
			<link>https://forum.infinity-code.com/viewtopic.php?pid=7300#p7300</link>
			<description><![CDATA[<p>Thanks Alex! This solves the problem ! Thanks !</p><p>if (touchCount != lastGestureTouchCount)<br />&nbsp; &nbsp; &nbsp; &nbsp; {<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; lastGestureTouchCount = touchCount;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; if (touchCount == 2)<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; if (map.notInteractUnderGUI)<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Vector2 pos = (touchPositions[0] + touchPositions[1]) / 2;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; if (HitTest(pos) &amp;&amp; !IsCursorOnUIElement(pos)) StartGestureZoom();<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; else StartGestureZoom();<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; else if (smoothZoomStarted) StopGestureZoom();<br />&nbsp; &nbsp; &nbsp; &nbsp; }</p>]]></description>
			<author><![CDATA[null@example.com (LazzLab)]]></author>
			<pubDate>Tue, 23 Mar 2021 14:02:10 +0000</pubDate>
			<guid>https://forum.infinity-code.com/viewtopic.php?pid=7300#p7300</guid>
		</item>
		<item>
			<title><![CDATA[Re: Why  "Not interact under gui (true)" doesn't work]]></title>
			<link>https://forum.infinity-code.com/viewtopic.php?pid=7297#p7297</link>
			<description><![CDATA[<p>It’s strange. Send me an email (support@infinity-code.com) and I will send you the patch link in the reply.</p>]]></description>
			<author><![CDATA[null@example.com (Alex Vertax)]]></author>
			<pubDate>Tue, 23 Mar 2021 10:03:27 +0000</pubDate>
			<guid>https://forum.infinity-code.com/viewtopic.php?pid=7297#p7297</guid>
		</item>
		<item>
			<title><![CDATA[Re: Why  "Not interact under gui (true)" doesn't work]]></title>
			<link>https://forum.infinity-code.com/viewtopic.php?pid=7296#p7296</link>
			<description><![CDATA[<p>Thanks Alex, stupid translation mistake, sorry, but we haven&#039;t received any e-mails</p>]]></description>
			<author><![CDATA[null@example.com (LazzLab)]]></author>
			<pubDate>Tue, 23 Mar 2021 09:59:44 +0000</pubDate>
			<guid>https://forum.infinity-code.com/viewtopic.php?pid=7296#p7296</guid>
		</item>
		<item>
			<title><![CDATA[Re: Why  "Not interact under gui (true)" doesn't work]]></title>
			<link>https://forum.infinity-code.com/viewtopic.php?pid=7290#p7290</link>
			<description><![CDATA[<p>Thanks for the project.<br />I sent you a patch by email.</p><p>But, in this thread, you are constantly talking about double tap, which works correctly on my side, even in your project.<br />And in your scenes it is drawn that I need to use the pinch to zoom gesture.<br />The patch fixes the behavior when pinch to zoom starts on Canvas.</p>]]></description>
			<author><![CDATA[null@example.com (Alex Vertax)]]></author>
			<pubDate>Mon, 22 Mar 2021 20:16:59 +0000</pubDate>
			<guid>https://forum.infinity-code.com/viewtopic.php?pid=7290#p7290</guid>
		</item>
		<item>
			<title><![CDATA[Re: Why  "Not interact under gui (true)" doesn't work]]></title>
			<link>https://forum.infinity-code.com/viewtopic.php?pid=7278#p7278</link>
			<description><![CDATA[<p>I tested this and attached an apk to show it works correctly on my side.<br />If this does not work on your side, please send me your project for testing by email (support@infinity-code.com).</p><p>To make it clear:<br />I don&#039;t need your working project.<br />I need any temporary project where the problem is happening.</p>]]></description>
			<author><![CDATA[null@example.com (Alex Vertax)]]></author>
			<pubDate>Sun, 21 Mar 2021 20:51:03 +0000</pubDate>
			<guid>https://forum.infinity-code.com/viewtopic.php?pid=7278#p7278</guid>
		</item>
		<item>
			<title><![CDATA[Re: Why  "Not interact under gui (true)" doesn't work]]></title>
			<link>https://forum.infinity-code.com/viewtopic.php?pid=7275#p7275</link>
			<description><![CDATA[<p>Sorry Alex, the problem is also on the v. 3.7.9.1. I only added an image panel above the mat and if I double tap on the panel the map zooms</p>]]></description>
			<author><![CDATA[null@example.com (LazzLab)]]></author>
			<pubDate>Sat, 20 Mar 2021 17:46:09 +0000</pubDate>
			<guid>https://forum.infinity-code.com/viewtopic.php?pid=7275#p7275</guid>
		</item>
		<item>
			<title><![CDATA[Re: Why  "Not interact under gui (true)" doesn't work]]></title>
			<link>https://forum.infinity-code.com/viewtopic.php?pid=7264#p7264</link>
			<description><![CDATA[<p>Hello.</p><p>I just tested this and it works correctly:<br /><a href="https://www.dropbox.com/s/04xwo4q0kq9rtsd/Online%20Maps%20Under%20UI.apk?dl=0">https://www.dropbox.com/s/04xwo4q0kq9rt … I.apk?dl=0</a></p><p>P.S. I tested the latest version of the asset as I see no point in testing the version of the asset that was released a year and a half ago.</p>]]></description>
			<author><![CDATA[null@example.com (Alex Vertax)]]></author>
			<pubDate>Thu, 18 Mar 2021 21:28:59 +0000</pubDate>
			<guid>https://forum.infinity-code.com/viewtopic.php?pid=7264#p7264</guid>
		</item>
		<item>
			<title><![CDATA[Why  "Not interact under gui (true)" doesn't work]]></title>
			<link>https://forum.infinity-code.com/viewtopic.php?pid=7261#p7261</link>
			<description><![CDATA[<p>Hi Alex. Why&nbsp; &quot;Not interact under gui (true)&quot; doesn&#039;t work with double tap on Android? I have a side by side with a panel (Raycast Target - ON) and the map. With just one touch everything is ok. I use OnlineMaps 3.5</p>]]></description>
			<author><![CDATA[null@example.com (LazzLab)]]></author>
			<pubDate>Thu, 18 Mar 2021 16:26:27 +0000</pubDate>
			<guid>https://forum.infinity-code.com/viewtopic.php?pid=7261#p7261</guid>
		</item>
	</channel>
</rss>
