left mouse click doesnt work as touch on android

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Tova

it used to work, but i had to recompile android export template (to implement admob ads) and i think that after that it stopped working for some reason
any ideas why would that happen?

Godot version(commit)?

alexholly | 2018-05-06 22:17

i use godot 3.0.2

Tova | 2018-05-07 06:40

Do you use some action or event? I would give it a try but without any code it’s hard to test. Have you tried a new project?

alexholly | 2018-05-07 10:41

i just use
if Input.is_action_just_pressed("ui_left_click"): ......
and it works fine when running the project from editor, but after i export it to android (using my compiled export templates) and run it on my phone it wont register a “click” (or a touch)
i have tried exporting it without my compiled export templates and it worked fine again, so the problem is most likely in my export templates, and i dont really know how would i fix that

Tova | 2018-05-07 12:05

:bust_in_silhouette: Reply From: ViniONavega

Hello, I’m Brazilian, sorry for my bad english … as for the topic I’m having the same problem, when I compile with the AdMob modules, in android the touch does not work, if it compiles without, it works normally, we continue to search for a solution …