mirror of
https://github.com/wassname/talk.git
synced 2026-07-11 04:11:01 +08:00
Fix Touch issues on IOS Safari (iPad)
This commit is contained in:
@@ -9,6 +9,13 @@
|
||||
|
||||
{% block html %}
|
||||
<div id="talk-embed-stream-container"></div>
|
||||
|
||||
{#
|
||||
Resolves touch handling issues encountered on IOS Safari under certain circumstances
|
||||
https://www.pivotaltracker.com/n/projects/1863625
|
||||
#}
|
||||
<script nonce="{{ nonce }}">document.body.addEventListener('touchstart', function() {});</script>
|
||||
|
||||
{% endblock %}
|
||||
|
||||
{% block js %}
|
||||
|
||||
Reference in New Issue
Block a user