mirror of
https://github.com/flynx/PortableMag.git
synced 2025-10-30 19:40:12 +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){
|
.on('mousemove touchmove', function(evt){
|
||||||
//var t = evt.timeStamp || Date.now();
|
//var t = evt.timeStamp || Date.now();
|
||||||
evt.preventDefault()
|
evt.preventDefault()
|
||||||
|
console.log(evt.touches)
|
||||||
if(evt.touches != null && evt.touches.length > 0){
|
if(evt.touches != null && evt.touches.length > 0){
|
||||||
console.log('touching!!!')
|
console.log('touching!!!')
|
||||||
var pos_x = evt.touches[0].pointX
|
var pos_x = evt.touches[0].pointX
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user