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