mirror of
https://github.com/wassname/talk.git
synced 2026-08-14 12:50:17 +08:00
moved event handler to bundle
This commit is contained in:
@@ -9,13 +9,6 @@
|
||||
|
||||
{% block html %}
|
||||
<div id="talk-embed-stream-container"></div>
|
||||
|
||||
{#
|
||||
Resolves touch handling issues encountered on IOS Safari under certain circumstances:
|
||||
https://stackoverflow.com/questions/12363742/touchstart-event-is-not-firing-inside-iframe-ios-6
|
||||
#}
|
||||
<script nonce="{{ nonce }}">document.body.addEventListener('touchstart', function() {});</script>
|
||||
|
||||
{% endblock %}
|
||||
|
||||
{% block js %}
|
||||
|
||||
Reference in New Issue
Block a user