Hello guys, I want to release my games also on Android, so I'm trying
CrossWalk. At the moment I'm really satisfied about performance (58-62fps)
but I've an huge problem with Touch Event.

It seems that every touchevent has 300ms of latency, I tried to apply some
workaround like this meta tag:
<meta name="viewport" content="width=device-width, user-scalable=no">

or the fastclick.js library:
<script type="text/javascript" src="src/other/jquery-2.1.1.min.js"></script>
<script type="text/javascript" src="src/other/fastclick.js"></script>
<script type="text/javascript">
    $(document).ready(function(){

        $(function() {
          FastClick.attach(document.body);
        });

    });
</script>

without any results.

let me know if you need more information!

Thank you in advance,

Riccardo
_______________________________________________
Crosswalk-help mailing list
[email protected]
https://lists.crosswalk-project.org/mailman/listinfo/crosswalk-help

Reply via email to