mirror of
https://github.com/flynx/PortableMag.git
synced 2025-10-29 03:00:09 +00:00
more digging...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
9c931f0c34
commit
8c28b60325
@ -120,7 +120,9 @@ $(document).ready(function(){
|
||||
|
||||
.on('touchmove', function(evt){
|
||||
evt.preventDefault()
|
||||
var pos_x = event.touches[0].pointX
|
||||
var pos_x = event.touches[0].pageX
|
||||
|
||||
console.log(event.touches[0].pageX)
|
||||
|
||||
|
||||
if(_x == null){
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user