Hi Riccardo,

Thanks for reporting this. It would help us a lot if you could file a bug on 
https://crosswalk-project.org/jira with all the information that can help us 
investigate – Android version, HW and if possible a sample application to 
reproduce the issue.

Thanks!

Francesco

From: "Riccardo Filippone - Ethernaly.it" 
<[email protected]<mailto:[email protected]>>
Date: Saturday 22 November 2014 18:25
To: 
"[email protected]<mailto:[email protected]>"
 
<[email protected]<mailto:[email protected]>>
Subject: [Crosswalk-help] 300ms delay on touch event

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
---------------------------------------------------------------------
Intel Finland Oy
Registered Address: PL 281, 00181 Helsinki 
Business Identity Code: 0357606 - 4 
Domiciled in Helsinki 

This e-mail and any attachments may contain confidential material for
the sole use of the intended recipient(s). Any review or distribution
by others is strictly prohibited. If you are not the intended
recipient, please contact the sender and delete all copies.

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

Reply via email to