From fc71c79e38a7e651059f37cae36948b764c60df1 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Wed, 13 Feb 2013 01:03:30 +0400 Subject: [PATCH] another experiment............. Signed-off-by: Alex A. Naanou --- layout.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/layout.html b/layout.html index 6f0a1fb..bdcb039 100755 --- a/layout.html +++ b/layout.html @@ -139,7 +139,9 @@ $(document).ready(function(){ .on('scrollend', function(){ log('scrolling done...') - setCurrentPage() + // XXX for some reason, on android, this sets the page but + // does not actually scroll to it... + log('>>>' + setCurrentPage()) })