godot/platform/javascript
Christoph Schroeder 031aed3bb7 Fixes touch events for HTML
Without this patch, the following exception is thrown when the touch
screen is used: TypeError: e.getBoundingClientRect is not a function.
No touch events arrive in the engine.

From my testing, this PR fixes the issue and behaves as expected.

Tested with godot-demo-projects/misc/multitouch_view/, emscripten 1.39.8
and Firefox mobile emulator as well as FF on Android

(cherry picked from commit 5134317afc)
2020-03-04 12:40:15 +01:00
..
api Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
export Export and reference the icon as favicon when exporting to HTML5 2020-02-14 16:15:40 +01:00
audio_driver_javascript.cpp Revert "Fix audio capture naming in Javascript" 2020-01-20 21:35:19 +01:00
audio_driver_javascript.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
detect.py Only emit the JavaScript support code for Web when building for HTML5 2020-02-06 13:02:08 +01:00
dom_keys.inc Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
engine.js Fix startGame's logic in engine.js. 2020-02-14 16:10:41 +01:00
http_client.h.inc Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
http_client_javascript.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
http_request.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
http_request.js Fix some URLs to use HTTPS when available 2020-01-29 02:48:10 +01:00
id_handler.js Fix some URLs to use HTTPS when available 2020-01-29 02:48:10 +01:00
javascript_eval.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
javascript_main.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
logo.png Optimize images losslessly using oxipng -o6 --strip all --zopfli 2019-10-12 23:23:33 +02:00
os_javascript.cpp Fixes touch events for HTML 2020-03-04 12:40:15 +01:00
os_javascript.h Allow per pixel transparency in javascript platform 2020-02-14 16:07:03 +01:00
platform_config.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
pre.js Add comments to javascript wrapper parts. 2018-10-15 08:56:44 -07:00
run_icon.png Optimize images losslessly using oxipng -o6 --strip all --zopfli 2018-06-28 19:17:41 +02:00
SCsub Move IDHandler JS module to platform from Websock 2019-04-12 12:41:49 +02:00