<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Infinity Code Forum — Why  "Not interact under gui (true)" doesn't work]]></title>
	<link rel="self" href="https://forum.infinity-code.com/extern.php?action=feed&amp;tid=1724&amp;type=atom" />
	<updated>2021-03-23T14:02:10Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.infinity-code.com/viewtopic.php?id=1724</id>
		<entry>
			<title type="html"><![CDATA[Re: Why  "Not interact under gui (true)" doesn't work]]></title>
			<link rel="alternate" href="https://forum.infinity-code.com/viewtopic.php?pid=7300#p7300" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[LazzLab]]></name>
				<uri>https://forum.infinity-code.com/profile.php?id=669</uri>
			</author>
			<updated>2021-03-23T14:02:10Z</updated>
			<id>https://forum.infinity-code.com/viewtopic.php?pid=7300#p7300</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Why  "Not interact under gui (true)" doesn't work]]></title>
			<link rel="alternate" href="https://forum.infinity-code.com/viewtopic.php?pid=7297#p7297" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[Alex Vertax]]></name>
				<uri>https://forum.infinity-code.com/profile.php?id=2</uri>
			</author>
			<updated>2021-03-23T10:03:27Z</updated>
			<id>https://forum.infinity-code.com/viewtopic.php?pid=7297#p7297</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Why  "Not interact under gui (true)" doesn't work]]></title>
			<link rel="alternate" href="https://forum.infinity-code.com/viewtopic.php?pid=7296#p7296" />
			<content type="html"><![CDATA[<p>Thanks Alex, stupid translation mistake, sorry, but we haven&#039;t received any e-mails</p>]]></content>
			<author>
				<name><![CDATA[LazzLab]]></name>
				<uri>https://forum.infinity-code.com/profile.php?id=669</uri>
			</author>
			<updated>2021-03-23T09:59:44Z</updated>
			<id>https://forum.infinity-code.com/viewtopic.php?pid=7296#p7296</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Why  "Not interact under gui (true)" doesn't work]]></title>
			<link rel="alternate" href="https://forum.infinity-code.com/viewtopic.php?pid=7290#p7290" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[Alex Vertax]]></name>
				<uri>https://forum.infinity-code.com/profile.php?id=2</uri>
			</author>
			<updated>2021-03-22T20:16:59Z</updated>
			<id>https://forum.infinity-code.com/viewtopic.php?pid=7290#p7290</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Why  "Not interact under gui (true)" doesn't work]]></title>
			<link rel="alternate" href="https://forum.infinity-code.com/viewtopic.php?pid=7278#p7278" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[Alex Vertax]]></name>
				<uri>https://forum.infinity-code.com/profile.php?id=2</uri>
			</author>
			<updated>2021-03-21T20:51:03Z</updated>
			<id>https://forum.infinity-code.com/viewtopic.php?pid=7278#p7278</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Why  "Not interact under gui (true)" doesn't work]]></title>
			<link rel="alternate" href="https://forum.infinity-code.com/viewtopic.php?pid=7275#p7275" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[LazzLab]]></name>
				<uri>https://forum.infinity-code.com/profile.php?id=669</uri>
			</author>
			<updated>2021-03-20T17:46:09Z</updated>
			<id>https://forum.infinity-code.com/viewtopic.php?pid=7275#p7275</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Why  "Not interact under gui (true)" doesn't work]]></title>
			<link rel="alternate" href="https://forum.infinity-code.com/viewtopic.php?pid=7264#p7264" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[Alex Vertax]]></name>
				<uri>https://forum.infinity-code.com/profile.php?id=2</uri>
			</author>
			<updated>2021-03-18T21:28:59Z</updated>
			<id>https://forum.infinity-code.com/viewtopic.php?pid=7264#p7264</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Why  "Not interact under gui (true)" doesn't work]]></title>
			<link rel="alternate" href="https://forum.infinity-code.com/viewtopic.php?pid=7261#p7261" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[LazzLab]]></name>
				<uri>https://forum.infinity-code.com/profile.php?id=669</uri>
			</author>
			<updated>2021-03-18T16:26:27Z</updated>
			<id>https://forum.infinity-code.com/viewtopic.php?pid=7261#p7261</id>
		</entry>
</feed>
