Hi all,
Please note, this is more about HTML/CSS/JavaScript.
Currently busy with a big project, where we have a popup (DIV) over the C2 canvas. The popup works perfectly on desktops, but on mobile you cant scroll the content of the popup....
If I comment out the cr_createRuntime("c2canvas"); statement in the exported index.html file. The touch events works fine.
Seems like C2 is handling the touch events, and preventing it or stopping it from propagation to other HTML elements.
Does anyone know how to solve this?