How can I temporary disable JS touch event handler in HTML5?

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

In HTML5 export events touchcancel and touchend bound with blocking handlers. This prevents using click event for overlaying HTML/JS elements on mobile devices .
Can I unbind these handlers temporary or at least in scope of one Godot scene?