- 
    Bug 
- 
    Resolution: Unresolved
- 
    P2: Important 
- 
    None
- 
    5.13.0, 5.13.1
- 
    None
When streaming a qml-app over WebGL, touch events are triggered twice. The Chrom console logs the following errors:
Unable to preventDefault inside passive event listener invocation.
handle handleTouch @ webqt.js:326
Unable to preventDefault inside passive event listener invocation.
handle handleTouch @ webqt.js:325
Unable to preventDefault inside passive event listener invocation.
handle handleTouch @ webqt.js:326
Reproducable with Qt Quick Virtual Keyboard - Basic Example with an extended main.cpp, to be able to stream over WebGL (attached file). The Problem occurs with firefox and chrome but not with Microsoft Edge.

