<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Infinity Code Forum — Map doesn't move while running the game on a phone]]></title>
	<link rel="self" href="https://forum.infinity-code.com/extern.php?action=feed&amp;tid=2090&amp;type=atom" />
	<updated>2023-08-01T19:02:27Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.infinity-code.com/viewtopic.php?id=2090</id>
		<entry>
			<title type="html"><![CDATA[Re: Map doesn't move while running the game on a phone]]></title>
			<link rel="alternate" href="https://forum.infinity-code.com/viewtopic.php?pid=9117#p9117" />
			<content type="html"><![CDATA[<p>Thank you for all your help. I added +/- buttons for zooming in and out and it worked. However when I put the app to the internal test on Google Play and downloaded it, zooming with fingers works perfectly <img src="https://forum.infinity-code.com/img/smilies/smile.png" width="15" height="15" alt="smile" />. The problem was probably due to USB connection or something like that. Maybe my computer was blocking some functions, i don&#039;t know. Nevertheless I am very happy that everything works.</p>]]></content>
			<author>
				<name><![CDATA[Avilen]]></name>
				<uri>https://forum.infinity-code.com/profile.php?id=2389</uri>
			</author>
			<updated>2023-08-01T19:02:27Z</updated>
			<id>https://forum.infinity-code.com/viewtopic.php?pid=9117#p9117</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Map doesn't move while running the game on a phone]]></title>
			<link rel="alternate" href="https://forum.infinity-code.com/viewtopic.php?pid=9112#p9112" />
			<content type="html"><![CDATA[<p>This is the first report of something like this, and honestly, I have no idea what it could be related to.<br />Try using some Gesture Framework that Online Maps has integration with (EasyTouch, Fingers - Touch Gestures, TouchScript).</p>]]></content>
			<author>
				<name><![CDATA[Alex Vertax]]></name>
				<uri>https://forum.infinity-code.com/profile.php?id=2</uri>
			</author>
			<updated>2023-07-25T20:26:19Z</updated>
			<id>https://forum.infinity-code.com/viewtopic.php?pid=9112#p9112</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Map doesn't move while running the game on a phone]]></title>
			<link rel="alternate" href="https://forum.infinity-code.com/viewtopic.php?pid=9110#p9110" />
			<content type="html"><![CDATA[<p>Okey, I got back to the point where only zoom doesn&#039;t work. I delated this asset for more gestures. When I connect my phone zoom is broken, both on the phone and using mouse scroll on computer. However, when phone isn&#039;t connected and I run the game, the zoom works normally. Zooming by double clicking also works perfectly, also on my phone. I have UI elements over the map, like buttons and toggles, but I don&#039;t think this is the case, because draginng looks normally. In the map object I dont&#039;t have any additional scripts, apart one to change the zoom range and limits of the map. Even when it is disabled, zooming still does not work. Physics raycast actually doesn&#039;t change anything. Map isn&#039;t child of any other object</p>]]></content>
			<author>
				<name><![CDATA[Avilen]]></name>
				<uri>https://forum.infinity-code.com/profile.php?id=2389</uri>
			</author>
			<updated>2023-07-25T16:12:37Z</updated>
			<id>https://forum.infinity-code.com/viewtopic.php?pid=9110#p9110</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Map doesn't move while running the game on a phone]]></title>
			<link rel="alternate" href="https://forum.infinity-code.com/viewtopic.php?pid=8893#p8893" />
			<content type="html"><![CDATA[<p>Unfortunately, it is difficult for me to say what is wrong in your case.</p><p>Please tell me in detail about your application, maybe it will give me some clues as to what is wrong.</p><p>Also, what does Physics.Raycast give you if you use it over the map?</p>]]></content>
			<author>
				<name><![CDATA[Alex Vertax]]></name>
				<uri>https://forum.infinity-code.com/profile.php?id=2</uri>
			</author>
			<updated>2023-03-07T09:02:33Z</updated>
			<id>https://forum.infinity-code.com/viewtopic.php?pid=8893#p8893</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Map doesn't move while running the game on a phone]]></title>
			<link rel="alternate" href="https://forum.infinity-code.com/viewtopic.php?pid=8892#p8892" />
			<content type="html"><![CDATA[<p>Yea, I tried both things but it still doesn&#039;t work</p>]]></content>
			<author>
				<name><![CDATA[Avilen]]></name>
				<uri>https://forum.infinity-code.com/profile.php?id=2389</uri>
			</author>
			<updated>2023-03-06T21:36:59Z</updated>
			<id>https://forum.infinity-code.com/viewtopic.php?pid=8892#p8892</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Map doesn't move while running the game on a phone]]></title>
			<link rel="alternate" href="https://forum.infinity-code.com/viewtopic.php?pid=8891#p8891" />
			<content type="html"><![CDATA[<p>Hello.</p><p>This is usually the case when UI element blocks interaction with the map.</p><p>How to check this:<br />Online Maps / Troubleshooting / Not Interact Under GUI - OFF.<br />If this solves the problem on the device then you have some UI element with Raycast Target - ON above the map.<br />You will need to find it and disable the Raycast Target.</p>]]></content>
			<author>
				<name><![CDATA[Alex Vertax]]></name>
				<uri>https://forum.infinity-code.com/profile.php?id=2</uri>
			</author>
			<updated>2023-03-06T21:17:53Z</updated>
			<id>https://forum.infinity-code.com/viewtopic.php?pid=8891#p8891</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Map doesn't move while running the game on a phone]]></title>
			<link rel="alternate" href="https://forum.infinity-code.com/viewtopic.php?pid=8889#p8889" />
			<content type="html"><![CDATA[<p>Hello, another question from me. So, I basically tried to run a game on my phone. On the computer, everything works fine, but when loaded on my android, the map doesn&#039;t drag and move when I touch and also it doesn&#039;t react with the markers when i click on them. The only thing that works is zooming in and out. </p><p>First time when I lounched only zoom didn&#039;t work, but then I saw the Fingers - Touch Gestures Connector, so I enable it. There were errors on the console and I figured out that I needed to install this asset to the game. And I did it and now only zooming works. I tried to add in the script the TapGesure element, but it didn&#039;t changed anything. Maybe it was not written well, but I followed the tutorial so I don&#039;t know.</p><p>I think I messed up a little with all those settings and I really have no idea how to make it work properly. Do you have any suggestions?</p>]]></content>
			<author>
				<name><![CDATA[Avilen]]></name>
				<uri>https://forum.infinity-code.com/profile.php?id=2389</uri>
			</author>
			<updated>2023-03-06T20:24:14Z</updated>
			<id>https://forum.infinity-code.com/viewtopic.php?pid=8889#p8889</id>
		</entry>
</feed>
