mirror of
https://github.com/flynx/PortableMag.git
synced 2025-10-29 19:20:09 +00:00
more digging...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
8b42b6a165
commit
33f4c6934d
@ -121,6 +121,7 @@ $(document).ready(function(){
|
||||
.on('mousemove touchmove', function(evt){
|
||||
//var t = evt.timeStamp || Date.now();
|
||||
evt.preventDefault()
|
||||
console.log(evt.touches)
|
||||
if(evt.touches != null && evt.touches.length > 0){
|
||||
console.log('touching!!!')
|
||||
var pos_x = evt.touches[0].pointX
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user